Skip to content

Commit

Permalink
chore: revert browser chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
VsevolodX committed Apr 12, 2024
1 parent 490af05 commit 78f89a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"test": "CYPRESS_BASE_URL=${CYPRESS_BASE_URL:-'http://localhost:3001'} cypress open",
"test:headless": "CYPRESS_BASE_URL=${CYPRESS_BASE_URL:-'http://localhost:3001'} cypress run -e TAGS='not @ignore' --browser chrome",
"test:headless": "CYPRESS_BASE_URL=${CYPRESS_BASE_URL:-'http://localhost:3001'} cypress run -e TAGS='not @ignore'",
"lint": "npx eslint cypress && prettier --write cypress"
},
"engines": {
Expand Down

0 comments on commit 78f89a5

Please sign in to comment.