Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
timurbazhirov authored Jan 25, 2025
1 parent 75deac1 commit f1c9111
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'} TAGS=${TAGS:-'not @ignore and not @notebook_healthcheck'} cypress run -e TAGS=\'${TAGS}\'",
"test:headless": "CYPRESS_BASE_URL=${CYPRESS_BASE_URL:-'http://localhost:3001'} TAGS=${TAGS:-'not @ignore and not @notebook_healthcheck'} cypress run -e TAGS=\"${TAGS}\"",
"test:healthcheck": "TAGS='not @ignore and @notebook_healthcheck' npm run test:headless",
"lint": "npx eslint cypress && prettier --write cypress"
},
Expand Down

0 comments on commit f1c9111

Please sign in to comment.