add run exclusion of tests marked to skip

This commit is contained in:
mahula 2022-09-15 09:07:40 +02:00
parent aeff632d16
commit 9fea90fe57

View File

@ -14,7 +14,7 @@
} }
}, },
"scripts": { "scripts": {
"cypress-e2e-tests": "yarn run cypress run -e \"TAGS=not @skip\"", "cypress-e2e-tests": "yarn run cypress run",
"lint": "eslint --max-warnings=0 --ext .js,.ts ." "lint": "eslint --max-warnings=0 --ext .js,.ts ."
}, },
"dependencies": { "dependencies": {