mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
test - convert web integration to TS
This commit is contained in:
13
test/integration/browser/README.md
Normal file
13
test/integration/browser/README.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# VS Code Integration test
|
||||
|
||||
### Run
|
||||
|
||||
```bash
|
||||
|
||||
# Dev (Electron)
|
||||
scripts/test-integration.sh
|
||||
|
||||
# Dev (Web)
|
||||
node test/integration/browser/out/index.js
|
||||
|
||||
```
|
||||
Reference in New Issue
Block a user