-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 955 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
26
{
"name": "sonarlint-vscode-e2e",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "cypress",
"code-server-up": "docker-compose up -d && docker exec SonarLintVSCode code-server --install-extension /source/dist/sonarlint-vscode-linux-arm64-3.12.0-SNAPSHOT.vsix",
"code-server-down": "docker-compose down",
"e2e": "npm run code-server-up && cypress run && npm run code-server-down",
"e2e:debug": "npm run code-server-up && cypress open && npm run code-server-down"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sophio-japharidze-sonarsource/sonarlint-vscode-e2e.git"
},
"author": "KK+SJ",
"license": "ISC",
"bugs": {
"url": "https://github.com/sophio-japharidze-sonarsource/sonarlint-vscode-e2e/issues"
},
"homepage": "https://github.com/sophio-japharidze-sonarsource/sonarlint-vscode-e2e#readme",
"dependencies": {
"cypress": "^10.9.0"
}
}