Skip to content

Commit

Permalink
set SELENIUM_BROWSER only chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
Zidious committed Jul 16, 2024
1 parent 76077d2 commit d828c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webdriverjs/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "testing",
"private": true,
"scripts": {
"test": "mocha --timeout 10s tests/*.js"
"test": "SELENIUM_BROWSER=chrome mocha --timeout 10s tests/*.js"
},
"devDependencies": {
"@axe-core/watcher": "^3.11.1",
Expand Down

0 comments on commit d828c54

Please sign in to comment.