playwright/.appveyor.yml
Dmitry Gozman 5c4751d5dd
chore: generate protocol during browser roll (#2719)
We now commit protocol.ts files during the roll.
New utils/roll_browser.js helps with that.

This makes our installation very shallow:
- build installer;
- download browsers.
2020-07-01 15:22:29 -07:00

12 lines
167 B
YAML

environment:
matrix:
- nodejs_version: "10"
build: off
install:
- ps: Install-Product node $env:nodejs_version
- npm ci
- npm run build
- npm run test