-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
22 lines (22 loc) · 871 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
{
"name": "cypresstests",
"version": "1.0.0",
"description": "## How to Install - Create a folder `testcypress` - Navigate to the Folder in the terminal and run `npm init` in terminal, this will create a `package.json` - Now let's Install cypress by running the command `npm install cypress --save` make sure to be in the `testcypress` folder - Next, let's open the cypress in our chrome browser `npm cypress open`",
"main": "test.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rchovatiya88/cypresstests.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/rchovatiya88/cypresstests/issues"
},
"homepage": "https://github.com/rchovatiya88/cypresstests#readme",
"devDependencies": {
"cypress": "^2.1.0"
}
}