playwright/tests/playwright-test/stable-test-runner
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
..
.gitignore test: use ToT test runner for non-test-runner tests (#8671) 2021-09-03 11:22:25 -07:00
index.d.ts test: use ToT test runner for non-test-runner tests (#8671) 2021-09-03 11:22:25 -07:00
index.js test: use ToT test runner for non-test-runner tests (#8671) 2021-09-03 11:22:25 -07:00
package-lock.json chore: introduce docker integration dogfood (#9998) 2021-11-03 15:26:18 -07:00
package.json chore: introduce docker integration dogfood (#9998) 2021-11-03 15:26:18 -07:00
README.md test: use ToT test runner for non-test-runner tests (#8671) 2021-09-03 11:22:25 -07:00

This directory holds a stable test runner:

  • It is possible to test broken test runner with a stable working one.
  • Dependencies between ToT and stable test runner do not clash.