mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-15 14:11:50 +03:00
11 lines
267 B
Bash
Executable File
11 lines
267 B
Bash
Executable File
#!/bin/bash
|
|
source ./initialize_test.sh && initialize_test "$@"
|
|
|
|
npm install ${PLAYWRIGHT_CORE_TGZ}
|
|
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1 npm install ${PLAYWRIGHT_TGZ}
|
|
npm install electron@9.0
|
|
copy_test_scripts
|
|
|
|
echo "Running sanity-electron.js"
|
|
node sanity-electron.js
|