Skip to content

Commit 4b71e8b

Browse files
committed
Ignore cypress outputs
1 parent 7dc2201 commit 4b71e8b

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

tests-e2e/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
cypress/screenshots
2+
cypress/videos
-185 KB
Binary file not shown.

tests-e2e/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "account.ely.by e2e test suit",
55
"main": "index.js",
66
"scripts": {
7-
"test": "cypress open"
7+
"test": "cypress open",
8+
"test:ci": "cypress run"
89
},
910
"keywords": [],
1011
"author": "SleepWalker <dev@udf.su>",

0 commit comments

Comments
 (0)