Skip to content
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Frontend
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
805
Merge Requests
52
CI / CD
Security & Compliance
Packages
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Frontend
Commits
95676310
Commit
95676310
authored
23 minutes ago
by
Ben Hayward
Browse files
Options
Download
Add chrome browser back in
parent
7abbf84a
feat/e2e-pipeline-adjustments
1 merge request
!655
WIP: [Sprint/RollingRabbit](fix): E2E Pipeline Adjustments
Pipeline
#95783019
running with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.gitlab-ci.yml
View file @
95676310
...
...
@@ -52,7 +52,7 @@ qa:e2e:
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 run --record --key $CYPRESS_RECORD_ID --config CYPRESS_baseUrl=$E2E_DOMAIN,production=$PRODUCTION
-
$(npm bin)/cypress run --
browser chrome --
record --key $CYPRESS_RECORD_ID --config CYPRESS_baseUrl=$E2E_DOMAIN,production=$PRODUCTION
artifacts
:
when
:
always
paths
:
...
...
This diff is collapsed.
Please
register
or
sign in
to comment