playwright/tests/playwright-test/stable-test-runner/package.json
Andrey Lushnikov 1a577ac344
chore: introduce docker integration dogfood (#9998)
This patch:
- rolls stable-test-runner to Nov 2, 2021 tip-of-tree
- introduces a new npm script, `npm run vtest`, to run Visual Regression
  Tests for our HTML reporter
2021-11-03 15:26:18 -07:00

7 lines
100 B
JSON

{
"private": true,
"dependencies": {
"@playwright/test": "^1.17.0-next-1635886706000"
}
}