4643
This commit is contained in:
16
e2e/.vscode/tasks.json
vendored
Normal file
16
e2e/.vscode/tasks.json
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"type": "npm",
|
||||
"script": "open",
|
||||
"problemMatcher": [],
|
||||
"label": "npm: open",
|
||||
"detail": "./node_modules/.bin/cypress open",
|
||||
"group": {
|
||||
"kind": "build",
|
||||
"isDefault": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user