Skip to content

Commit

Permalink
headless
Browse files Browse the repository at this point in the history
  • Loading branch information
Nebyt committed Jun 23, 2024
1 parent ecbdf8a commit 9883d0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"test:base:one": "npm run test:clean:logs && mocha --require $npm_package_config_hooksPath $npm_package_config_testPathGeneral -g",
"test:hw:base:one": "npm run test:clean:logs && mocha --require $npm_package_config_hooksPath $npm_package_config_testPathHW -g",
"test:dapp:base:one": "npm run test:clean:logs && mocha --require $npm_package_config_hooksPath $npm_package_config_testPathDApp -g",
"test:chrome": "env TARGETBROWSER=chrome npm run test:base:sequintel",
"test:chrome": "env TARGETBROWSER=chrome HEADLESS=true npm run test:base:sequintel",
"test:chrome:bl": "env TARGETBROWSER=chrome npm run test:base:sequintel:bl",
"test:chrome:hw": "env TARGETBROWSER=chrome npm run test:hw:base:sequintel",
"test:chrome:dapp": "cross-env TARGETBROWSER=chrome HEADLESS=true npm run test:dapp:base:sequintel",
Expand Down

0 comments on commit 9883d0b

Please sign in to comment.