Ignore cypress outputs

This commit is contained in:
ErickSkrauch 2020-01-14 15:28:02 +03:00
parent 7dc22019a5
commit 4b71e8b12e
No known key found for this signature in database
GPG Key ID: 669339FCBB30EE0E
3 changed files with 4 additions and 1 deletions

2
tests-e2e/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
cypress/screenshots
cypress/videos

Binary file not shown.

Before

Width:  |  Height:  |  Size: 185 KiB

View File

@ -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 <dev@udf.su>",