File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments