forked from wlsf82/curso-cypress-percy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (25 loc) · 831 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
{
"name": "curso-cypress-percy",
"version": "1.0.0",
"description": "Repositório do curso básico de testes de regressão visual com Cypress e Percy da [Escola Talking About Testing](https://talkingabouttesting.coursify.me).",
"main": "index.js",
"scripts": {
"test": "percy exec -- cypress run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CarinaGouveia/curso-cypress-percy.git"
},
"keywords": [ "cypress","percy"],
"author": "Carina Gouveia <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/CarinaGouveia/curso-cypress-percy/issues"
},
"homepage": "https://github.com/CarinaGouveia/curso-cypress-percy#readme",
"devDependencies": {
"@percy/cli": "^1.8.0",
"@percy/cypress": "^3.1.2",
"cypress": "^9.0.0"
}
}