mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-24 03:35:38 +00:00
Added Linux containers for supported platforms. Updated tests to run and pass on all targets.
9 lines
218 B
Batchfile
9 lines
218 B
Batchfile
@echo off
|
|
setlocal
|
|
|
|
set PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1
|
|
set PLAYWRIGHT_CHROMIUM_EXECUTABLE_PATH=C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe
|
|
|
|
echo Running sanity tests
|
|
node "%~dp0..\out\index.js" %*
|