Skip to content

Commit 0747683

Browse files
committed
run tests separately
1 parent 64173e1 commit 0747683

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ env:
3131
- TEST=test:chrome:latest:extension:stylesheet
3232
- TEST=test:chrome:latest:extension:post-stylesheet
3333
- TEST=test:firefox:quantum
34-
- TEST=test:firefox:latest
34+
- TEST=test:firefox:latest:pre-on-page
35+
- TEST=test:firefox:latest:on-page
3536
- TEST=test:edge:16
3637
- TEST=test:edge:latest
3738
- TEST=test-build

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,9 @@
178178
"test:chrome:latest:install:openusercss": "mocha test/installation-test.js --chrome-latest --test openusercss",
179179
"test:firefox": "yarn test:firefox:quantum && yarn test:firefox:latest",
180180
"test:firefox:quantum": "mocha test/UITest.js --firefox-quantum",
181-
"test:firefox:latest": "mocha test/UITest.js --firefox-latest",
181+
"test:firefox:latest:pre-on-page": "mocha test/UITest.js --firefox-latest --skip-contextmenu",
182+
"test:firefox:latest:on-page": "mocha test/UITest.js --firefox-latest --skip-entrypoints",
183+
"test:firefox:latest": "yarn test:firefox:latest:pre-on-page && yarn test:firefox:latest:on-page",
182184
"test:edge": "yarn test:edge:16 && yarn test:edge:latest",
183185
"test:edge:16": "mocha test/UITest.js --edge-16",
184186
"test:edge:latest": "mocha test/UITest.js --edge-latest",

0 commit comments

Comments
 (0)