Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drawing-app
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sweng-group-15
drawing-app
Commits
671724ad
Unverified
Commit
671724ad
authored
5 years ago
by
Alexander Harkness
Browse files
Options
Downloads
Patches
Plain Diff
Add installation step for chrome and run tests on CI
parent
92f502ec
No related branches found
Branches containing commit
No related tags found
1 merge request
!66
Testcafe testing base
Pipeline
#101677
failed
5 years ago
Stage: fetch
Stage: deps
Stage: check
Stage: build
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
package.json
+1
-1
1 addition, 1 deletion
package.json
with
3 additions
and
3 deletions
.gitlab-ci.yml
+
2
−
2
View file @
671724ad
...
...
@@ -7,7 +7,6 @@ stages:
-
check
-
build
-
test
-
testChrome
-
deploy
submodule_fetch
:
...
...
@@ -84,7 +83,8 @@ chrome_test:
dependencies
:
-
dev_node_install
script
:
-
npm run test-e2e
-
apt-get update -qq && apt-get install -qq chromium
-
npm run test-e2e:chromium
deploy
:
stage
:
deploy
...
...
This diff is collapsed.
Click to expand it.
package.json
+
1
−
1
View file @
671724ad
...
...
@@ -14,7 +14,7 @@
"test-changed"
:
"jest --only-changed --testPathIgnorePatterns src/liowebrtc src/rtcpeerconnection src/signalbuddy"
,
"test-coverage"
:
"jest --coverage --testPathIgnorePatterns src/liowebrtc src/rtcpeerconnection src/signalbuddy"
,
"test-e2e"
:
"cd __e2e_tests__ ; ./run"
,
"test-e2e:chrom
e
"
:
"cd __e2e_tests__ ; ./run chrom
e
"
,
"test-e2e:chrom
ium
"
:
"cd __e2e_tests__ ; ./run chrom
ium
"
,
"lint"
:
"jshint ."
,
"validate"
:
"npm ls"
},
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment