playwright/.appveyor.yml
2020-02-21 13:09:36 -08:00

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