Skip to content
Snippets Groups Projects
Unverified Commit 671724ad authored by Alexander Harkness's avatar Alexander Harkness
Browse files

Add installation step for chrome and run tests on CI

parent 92f502ec
No related branches found
No related tags found
1 merge request!66Testcafe testing base
Pipeline #101677 failed
......@@ -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
......
......@@ -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:chrome": "cd __e2e_tests__ ; ./run chrome",
"test-e2e:chromium": "cd __e2e_tests__ ; ./run chromium",
"lint": "jshint .",
"validate": "npm ls"
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment