Files
azuredatastudio/test/integration/browser/README.md

14 lines
152 B
Markdown

# VS Code Integration test
### Run
```bash
# Dev (Electron)
scripts/test-integration.sh
# Dev (Web)
node test/integration/browser/out/index.js
```