Commit graph

4 commits

Author SHA1 Message Date
Andrey Lushnikov 576cf68a6e
cherry-pick(release-1.12): support passing slowMo option (#6999)
PR #6991 SHA 178489d091

References #6984

Co-authored-by: Max Schmitt <max@schmitt.mx>
2021-06-09 14:17:58 -07:00
Andrey Lushnikov c698b9b96c
cherry-pick(release-1.12): fix fixtures test (#6968)
This cherry-picks PR #6967 SHA 37af9ce3cf
2021-06-08 13:58:53 -07:00
Dmitry Gozman 46a0213769
chore: remove internal uses of "folio" (#6931)
Replaced by "pwt" or "playwright test".
2021-06-06 22:07:07 -07:00
Dmitry Gozman f745bf1fbc
chore: bring in folio source (#6923)
- Source now lives at `src/test`.
- Former folio tests live at `tests/playwright-test`.
- We use `src/test/internal.ts` that exposes base test without
  Playwright fixtures for most tests (to avoid modifications for now).
- Test types live in `types/testFoo.d.ts`.
- Stable test runner is installed to `tests/config/test-runner` during `npm install`.
- All deps including test-only are now listed in `package.json`.
  Non-test deps must also be listed in `build_package.js` to get included.
2021-06-06 17:09:53 -07:00