mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
10 lines
249 B
Bash
10 lines
249 B
Bash
![]() |
#!/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
|
||
|
|
||
|
echo "Running sanity-electron.js"
|
||
|
node sanity-electron.js
|