Andrey Lushnikov
9a3c01db41
cherry-pick(release-1.12): capture error and pending calls when timing out ( #7309 )
...
PR #7193 SHA 388c6f5
Co-authored-by: Dmitry Gozman <dgozman@gmail.com>
2021-06-24 18:11:36 -07:00
Andrey Lushnikov
18353085eb
cherry-pick(release-1.12): property handle artifacts in context of preserveOutput ( #7307 )
...
PR #7181 SHA 82a50b0
Co-authored-by: Pavel Feldman <pavel.feldman@gmail.com>
2021-06-24 18:02:55 -07:00
Andrey Lushnikov
8874eeae88
cherry-pick(release-1.12): allow specifying video size ( #7306 )
...
- feat(test runner): add tests for playwright-specific fixtures (#6952 )
- PR #7158 SHA 184f2c2
Co-authored-by: Dmitry Gozman <dgozman@gmail.com>
2021-06-24 17:59:12 -07:00
Andrey Lushnikov
fd1708f683
cherry-pick(release-1.12): accept relative paths for outputDir ( #7303 )
...
PR #7149 SHA 4c2a3fb
Co-authored-by: Joel Einbinder <joel.einbinder@gmail.com>
2021-06-24 17:29:38 -07:00
Andrey Lushnikov
42c70f293a
cherry-pick(release-1.12): do not require esModuleInterop=true ( #7301 )
...
Cherry-Pick PR #7100 SHA a3a9cca
Co-authored-by: Max Schmitt <max@schmitt.mx>
2021-06-24 17:11:51 -07:00
Andrey Lushnikov
e13965e0d5
cherry-pick(release-1.12): resolve global hooks relative to the config dir ( #7074 )
...
Cherry-Pick #7061 SHA 49a8f67c0f
Fixes #7004
Co-authored-by: Pavel Feldman <pavel.feldman@gmail.com>
2021-06-11 11:00:27 -07:00
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
8c13f679b7
fix(test runner): remove folio/jest namespaces in expect matchers ( #6930 )
2021-06-07 08:02:01 -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
b556ee6f5b
chore: brush up playwright-test types ( #6928 )
2021-06-06 20:18:47 -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