diff --git a/cypress.json b/cypress.json index bbc32646..ce724406 100644 --- a/cypress.json +++ b/cypress.json @@ -1,5 +1,4 @@ { - "projectId": "tivr7e", "env": { }, "fixturesFolder": "test/cypress/fixtures", diff --git a/package.json b/package.json index 551a5b09..668e3150 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "svg": "svg-sprite-generate -d src/assets/ -o dist/sprite.svg", "pull_tools": "git submodule update --init --recursive", "checkout_tools": "git submodule foreach git pull origin master", - "test:e2e": "cypress open" + "test:e2e": "cypress run" }, "author": "CodeX", "license": "Apache-2.0",