UNPKG

322 BJSONView Raw
1{
2 "version": "2.0.0",
3 "tasks": [
4 {
5 "label": "Cypress Open GUI",
6 "type": "shell",
7 "command": "npm run cypress",
8 "problemMatcher": []
9 },
10 {
11 "label": "Cypress CI",
12 "type": "shell",
13 "command": "npm run cypress:ci",
14 "problemMatcher": []
15 }
16 ]
17}
\No newline at end of file