forked from cypress-io/cypress-test-tiny
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 813 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "cypress-test-tiny",
"version": "1.0.0",
"description": "Small project for quickly testing Cypress.io test runner",
"scripts": {
"cypress:run": "cypress run",
"cypress:open": "cypress open",
"cypress:verify": "cypress verify",
"cypress:version": "cypress version",
"cypress:info": "cypress info",
"cypress:cache:list": "cypress cache list",
"list-videos": "ls -l cypress/videos",
"check-videos": "ok-file 'cypress/videos/*.mp4'",
"set-status": "set-status"
},
"keywords": [],
"author": "Gleb Bahmutov <[email protected]>",
"license": "ISC",
"devDependencies": {
"cypress": "^9.5.2",
"ok-file": "1.5.2",
"typescript": "^4.6.2"
},
"repository": {
"type": "git",
"url": "https://github.com/cypress-io/cypress-test-tiny.git"
}
}