Skip to content

Commit 23330a5

Browse files
committed
some changes to the package.json to make cypress start recording
1 parent 0cc8644 commit 23330a5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "0.1.0",
44
"private": true,
55
"devDependencies": {
6+
"@bahmutov/print-env": "1.1.0",
67
"cross-env": "^5.2.0",
78
"cypress": "^3.0.2",
89
"npm-run-all": "^4.1.2",
@@ -34,7 +35,8 @@
3435
"cy:verify": "cypress verify",
3536
"cy:version": "cypress version",
3637
"cy:run": "cypress run",
37-
"cy:run:record": "cypress run --record",
38-
"cy:open": "cypress open"
38+
"cy:run:record": "cypress run --record --key first_test",
39+
"cy:open": "cypress open",
40+
"print-env": "print-env"
3941
}
4042
}

0 commit comments

Comments
 (0)