playwright/.appveyor.yml

13 lines
191 B
YAML
Raw Normal View History

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