playwright/.appveyor.yml
2020-04-13 10:55:38 -07:00

13 lines
191 B
YAML

environment:
matrix:
- nodejs_version: "10"
build: off
install:
- ps: Install-Product node $env:nodejs_version
- npm install
- npm run ctest
- npm run wtest
- npm run ftest