mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: add npm command to run tests in Firefox with BiDi (#9545)
<!-- Thanks for submitting a pull request! Please provide enough information so that others can review your pull request. --> **What kind of change does this PR introduce?** Update in package.json. **Summary** Firefox team would like to start running puppeteer with BiDi on CI, so it would be nice for us to have npm shortcut for it. **Does this PR introduce a breaking change?** no
This commit is contained in:
parent
db6085df65
commit
8d2f65f278
@ -29,6 +29,7 @@
|
||||
"test:chrome:headless-chrome": "npm test -- --test-suite chrome-new-headless",
|
||||
"test:chrome:headless": "npm test -- --test-suite chrome-headless",
|
||||
"test:chrome": "run-s test:chrome:*",
|
||||
"test:firefox:bidi": "npm test -- --test-suite firefox-bidi",
|
||||
"test:firefox:headful": "npm test -- --test-suite firefox-headful",
|
||||
"test:firefox:headless": "npm test -- --test-suite firefox-headless",
|
||||
"test:firefox": "run-s test:firefox:*",
|
||||
|
Loading…
Reference in New Issue
Block a user