Skip to content
Next
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Minds Frontend
Project
Project
Details
Activity
Releases
Dependency List
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
853
Issues
853
List
Boards
Labels
Service Desk
Milestones
Merge Requests
41
Merge Requests
41
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
List
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Frontend
Commits
d2a4fe13
Commit
d2a4fe13
authored
19 minutes ago
by
Mark Harding
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(chore): remove double e2e block
parent
11800810
master
No related merge requests found
Pipeline
#74402931
running with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
29 deletions
+0
-29
.gitlab-ci.yml
.gitlab-ci.yml
+0
-29
No files found.
.gitlab-ci.yml
View file @
d2a4fe13
...
...
@@ -79,35 +79,6 @@ e2e:chrome:
-
cache/Cypress
allow_failure
:
true
#manual inspection in case of timeouts
e2e
:
image
:
cypress/browsers:chrome67
stage
:
test:e2e
variables
:
CYPRESS_INSTALL_BINARY
:
1
script
:
-
npm install
-
>
if [ "$CI_BUILD_REF_NAME" == "master" ]; then
export E2E_DOMAIN=https://www.minds.com
else
export E2E_DOMAIN=https://$CI_BUILD_REF_SLUG.$KUBE_INGRESS_BASE_DOMAIN
fi
-
export CYPRESS_baseUrl=$E2E_DOMAIN
-
echo "E2E tests for $CI_BUILD_REF_NAME running against $E2E_DOMAIN with user $CYPRESS_username"
-
$(npm bin)/cypress install
# Binary needs reinstalling
-
$(npm bin)/cypress run --browser chrome --record --key $CYPRESS_RECORD_ID --config CYPRESS_baseUrl=$E2E_DOMAIN
artifacts
:
when
:
always
paths
:
-
cypress/screenshots/**/*.mp4
-
cypress/videos/**/*.mp4
cache
:
paths
:
-
.npm
-
cache/Cypress
allow_failure
:
true
#manual inspection in case of timeouts
build:review
:
stage
:
build
script
:
...
...
This diff is collapsed.
Click to expand it.
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