Files
vscode/test/sanity/scripts/run-macOS.sh
Dmitriy Vasyura aaaac22b3c Sanity tests for Linux (#290072)
Added Linux containers for supported platforms.
Updated tests to run and pass on all targets.
2026-01-23 18:49:15 -08:00

10 lines
213 B
Bash
Executable File

#!/bin/sh
set -e
echo "Installing Playwright WebKit browser"
npx playwright install --with-deps webkit
echo "Running sanity tests"
SCRIPT_DIR=$(cd "$(dirname "$0")" && pwd)
node "$SCRIPT_DIR/../out/index.js" $@