Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
cda5b625
Commit
cda5b625
authored
Sep 10, 2021
by
Niklas
Committed by
Suzanne Selhorn
Sep 10, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Edited tier badge info: ci/examples
parent
4a3a6d93
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
doc/ci/examples/end_to_end_testing_webdriverio/index.md
doc/ci/examples/end_to_end_testing_webdriverio/index.md
+2
-2
doc/ci/examples/index.md
doc/ci/examples/index.md
+1
-1
No files found.
doc/ci/examples/end_to_end_testing_webdriverio/index.md
View file @
cda5b625
...
@@ -11,7 +11,7 @@ description: 'Confidence checking your entire app every time a new feature is ad
...
@@ -11,7 +11,7 @@ description: 'Confidence checking your entire app every time a new feature is ad
<!-- vale off -->
<!-- vale off -->
# End-to-end testing with GitLab CI/CD and WebdriverIO
# End-to-end testing with GitLab CI/CD and WebdriverIO
**(FREE)**
[
Review Apps
](
../../review_apps/index.md
)
are great: for every merge request
[
Review Apps
](
../../review_apps/index.md
)
are great: for every merge request
(or branch, for that matter), the new code can be copied and deployed to a fresh production-like live
(or branch, for that matter), the new code can be copied and deployed to a fresh production-like live
...
@@ -20,7 +20,7 @@ environment, reducing the effort to assess the impact of changes. Thus, when we
...
@@ -20,7 +20,7 @@ environment, reducing the effort to assess the impact of changes. Thus, when we
and it will immediately be clear that the application can still be properly built and deployed. After all, you can _see_ it
and it will immediately be clear that the application can still be properly built and deployed. After all, you can _see_ it
running!
running!
<img
src=
"img/deployed_dependency_update.png"
alt=
"dependencies.io"
>
![
dependencies.io
](
img/deployed_dependency_update.png
)
However, looking at the freshly deployed code to check whether it still looks and behaves as
However, looking at the freshly deployed code to check whether it still looks and behaves as
expected is repetitive manual work, which means it is a prime candidate for automation. This is
expected is repetitive manual work, which means it is a prime candidate for automation. This is
...
...
doc/ci/examples/index.md
View file @
cda5b625
...
@@ -6,7 +6,7 @@ comments: false
...
@@ -6,7 +6,7 @@ comments: false
type
:
index
type
:
index
---
---
# GitLab CI/CD Examples
# GitLab CI/CD Examples
**(FREE)**
This page contains links to a variety of examples that can help you understand how to
This page contains links to a variety of examples that can help you understand how to
implement
[
GitLab CI/CD
](
../README.md
)
for your specific use case.
implement
[
GitLab CI/CD
](
../README.md
)
for your specific use case.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment