diff --git a/tests-e2e/.gitignore b/tests-e2e/.gitignore new file mode 100644 index 0000000..898a420 --- /dev/null +++ b/tests-e2e/.gitignore @@ -0,0 +1,2 @@ +cypress/screenshots +cypress/videos diff --git a/tests-e2e/cypress/screenshots/my-image.png b/tests-e2e/cypress/screenshots/my-image.png deleted file mode 100644 index 28ae5f4..0000000 Binary files a/tests-e2e/cypress/screenshots/my-image.png and /dev/null differ diff --git a/tests-e2e/package.json b/tests-e2e/package.json index 3e71edb..6b3f7d4 100644 --- a/tests-e2e/package.json +++ b/tests-e2e/package.json @@ -4,7 +4,8 @@ "description": "account.ely.by e2e test suit", "main": "index.js", "scripts": { - "test": "cypress open" + "test": "cypress open", + "test:ci": "cypress run" }, "keywords": [], "author": "SleepWalker ",