playwright/.appveyor.yml

13 lines
186 B
YAML
Raw Normal View History

2019-11-19 05:18:28 +03:00
environment:
matrix:
- nodejs_version: "10"
2019-11-19 05:18:28 +03:00
build: off
install:
- ps: Install-Product node $env:nodejs_version
- npm ci
2020-02-22 00:09:36 +03:00
- npm run ctest
- npm run wtest
- npm run ftest