mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-13 17:14:02 +03:00
13 lines
191 B
YAML
13 lines
191 B
YAML
environment:
|
|
matrix:
|
|
- nodejs_version: "12"
|
|
|
|
build: off
|
|
|
|
install:
|
|
- ps: Install-Product node $env:nodejs_version
|
|
- npm install
|
|
- npm run ctest
|
|
- npm run wtest
|
|
- npm run ftest
|