forked from cypress-io/cypress-test-tiny
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 656 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 656 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"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"
},
"keywords": [],
"author": "Cypress-io",
"license": "ISC",
"devDependencies": {
"cypress": "^13.11.0"
},
"repository": {
"type": "git",
"url": "https://github.com/cypress-io/cypress-test-tiny.git"
}
}