playwright/.appveyor.yml

13 lines
191 B
YAML
Raw Normal View History

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