Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/vscode
Path: blob/main/test/componentFixtures/playwright/package.json
13523 views
1
{
2
"name": "code-oss-component-fixture-tests",
3
"version": "0.1.0",
4
"private": true,
5
"license": "MIT",
6
"type": "module",
7
"scripts": {
8
"test": "playwright test",
9
"test:headed": "playwright test --headed",
10
"test:debug": "playwright test --debug"
11
},
12
"devDependencies": {
13
"@playwright/test": "^1.52.0",
14
"@types/node": "22.x",
15
"typescript": "^5.8.0"
16
}
17
}
18
19