Pavel Feldman
|
ab78865a8d
|
chore: render steps in list reporter (#18269)
|
2022-10-24 15:54:53 -07:00 |
|
Pavel Feldman
|
3f850d27e9
|
fix(highlight): fix the testing harness to be real (#18294)
|
2022-10-24 15:01:48 -07:00 |
|
Max Schmitt
|
be67189a54
|
fix(fetch): throw on unexpected end of file brotli requests (#18223)
https://github.com/microsoft/playwright/issues/18190
|
2022-10-24 12:51:45 -07:00 |
|
sand4rt
|
3460f01b47
|
test(ct): component as slot (#18090)
|
2022-10-24 12:31:35 -07:00 |
|
Dmitry Gozman
|
48c44f2c78
|
fix(selectors): hasText and getByText exact match should consider full text (#18260)
Fixes #18259.
|
2022-10-21 16:29:45 -07:00 |
|
Andrey Lushnikov
|
c63a0b536d
|
feat: send SIGTERM to webserver before SIGKILL'ing it. (#18220)
We now will send `SIGTERM` to the webserver and wait for the `timeout`
before sending `SIGKILL` to it.
Fixes #18209
|
2022-10-21 08:55:06 -07:00 |
|
sand4rt
|
951cba8142
|
chore(ct): type check (#18208)
|
2022-10-20 13:33:25 -07:00 |
|
Pavel Feldman
|
fb9555fb5d
|
fix(ts): resolve .js to .ts in non-ESM mode too (#18219)
Fixes https://github.com/microsoft/playwright/issues/18077
|
2022-10-20 12:21:22 -07:00 |
|
Dmitry Gozman
|
5ed552838e
|
test: skip "should not include buffers in the trace" on non-default mode (#18215)
|
2022-10-20 10:19:42 -07:00 |
|
sand4rt
|
4ed2a01d9c
|
core(ct): import paths (#18131)
|
2022-10-19 19:41:21 -07:00 |
|
sand4rt
|
d8b037c559
|
feat(ct): solid update (#18074)
closes: https://github.com/microsoft/playwright/issues/15057
closes: https://github.com/microsoft/playwright/issues/15919
Signed-off-by: sand4rt <info@mesander.com>
|
2022-10-19 19:39:50 -07:00 |
|
Pavel Feldman
|
84daeafb3a
|
chore: use internal locator for role (#18187)
|
2022-10-19 19:38:47 -07:00 |
|
Pavel Feldman
|
ad9729f246
|
chore: respect tsconfig paths in js files (#18191)
Fixes: https://github.com/microsoft/playwright/issues/17804
|
2022-10-19 19:38:14 -07:00 |
|
Max Schmitt
|
af38449f42
|
fix(pwtest): fix focused line with dirname specified (#18189)
|
2022-10-19 15:05:59 -07:00 |
|
Dmitry Gozman
|
852a5c234b
|
feat(install): connection timeout (#18161)
- `PLAYWRIGHT_DOWNLOAD_CONNECTION_TIMEOUT` for custom timeout.
- Bumped default timeout from 10s to 30s.
- Inlined `download.ts` to avoid extra plumbing.
- Removed optional arguments - we always pass them.
- Updated installation docs.
Fixes #18156.
|
2022-10-19 13:06:35 -07:00 |
|
Dmitry Gozman
|
9fe72a1da8
|
fix(test runner): remove unused type imports during transform (#18157)
Fixes #18117.
|
2022-10-19 13:06:11 -07:00 |
|
Yury Semikhatsky
|
69092b153a
|
chore(codegen): do not generate waitForURL (#18167)
Fixes https://github.com/microsoft/playwright/issues/17179
|
2022-10-19 11:26:19 -07:00 |
|
Pavel Feldman
|
1b541c9932
|
chore: render typed locators in the trace viewer (#18166)
|
2022-10-18 19:23:40 -07:00 |
|
Yury Semikhatsky
|
11eb719d13
|
feat(runner): project run: "always" (#18160)
Projects marked with `run: 'always'` are non shard-able and run after
failures.
|
2022-10-18 17:18:45 -07:00 |
|
Pavel Feldman
|
7910f8a165
|
Revert "chore(ct): type checking" (#18165)
Reverts microsoft/playwright#17931
type checking fails on the bots
|
2022-10-18 17:00:17 -07:00 |
|
Pavel Feldman
|
739b64a09a
|
chore: render typed locators in the recorder (#18162)
|
2022-10-18 16:39:58 -07:00 |
|
Pavel Feldman
|
304a4ee8ec
|
chore: migrate to the internal:text selector (#18135)
|
2022-10-18 13:09:54 -07:00 |
|
sand4rt
|
e76adafc5b
|
feat(ct): vue3 html as slot (#18007)
|
2022-10-18 13:06:36 -07:00 |
|
sand4rt
|
49901c8ed7
|
feat(ct): typed hooks config (#18003)
|
2022-10-18 13:04:54 -07:00 |
|
sand4rt
|
ced3efb688
|
fix(ct): render attributes (#17991)
|
2022-10-18 13:02:53 -07:00 |
|
sand4rt
|
689c3eb5fe
|
chore(ct): type checking (#17931)
|
2022-10-18 13:00:37 -07:00 |
|
Pavel Feldman
|
7ab4c17519
|
chore: support jsx/tsx syntax in test files (#18123)
Fixes https://github.com/microsoft/playwright/issues/17964
|
2022-10-18 12:45:33 -07:00 |
|
Dmitry Gozman
|
6d363888f2
|
fix(tracing): do not serialize buffers into the trace file (#18132)
Fixes #18126.
|
2022-10-17 16:17:25 -07:00 |
|
Yury Semikhatsky
|
7219a68b12
|
fix: exception in exposeFunction when oopif detaches (#18078)
The test is racy but it was reliably failing several times in 100
iterations.
Fixes https://github.com/microsoft/playwright/issues/18067
|
2022-10-14 08:37:42 -07:00 |
|
Max Schmitt
|
1c1060e85b
|
test: electron firstWindow() does not work with delayed navigation (#18093)
|
2022-10-14 08:36:37 -07:00 |
|
Max Schmitt
|
a60073d664
|
fix(generator): .NET getByRole w/ name (#18060)
|
2022-10-13 08:23:43 -07:00 |
|
Yury Semikhatsky
|
08a3a269cd
|
feat(runner): project.canShard (#18037)
|
2022-10-12 14:34:22 -07:00 |
|
Barbara Lócsi
|
347544db09
|
fix: override cookie even if new is expired (#17998)
|
2022-10-11 23:06:16 -07:00 |
|
Pavel Feldman
|
ec1f8d17f0
|
fix(generator): generate nice locators for arbitrary selectors (#18010)
|
2022-10-11 17:50:41 -07:00 |
|
Yury Semikhatsky
|
3b8f63d703
|
feat(runner): project.stopOnFailure (#18009)
|
2022-10-11 17:04:01 -07:00 |
|
sand4rt
|
1a43af3fb6
|
feat(ct): rerender to update (#17972)
|
2022-10-10 19:56:33 -07:00 |
|
Yury Semikhatsky
|
3592269caf
|
feat(runner): project.stage (#17971)
|
2022-10-10 17:56:18 -07:00 |
|
Yury Semikhatsky
|
2d72d0ba03
|
chore: remove config.groups (#17974)
|
2022-10-10 16:42:48 -07:00 |
|
sand4rt
|
da9276bd03
|
feat(ct): vue2 rerender complete (#17929)
Partial fix for https://github.com/microsoft/playwright/issues/15919
|
2022-10-10 12:49:52 -07:00 |
|
sand4rt
|
3a281364d8
|
feat(ct): svelte rerender (#17940)
|
2022-10-10 12:45:48 -07:00 |
|
sand4rt
|
0f820aa7f3
|
test(ct): svelte named slots (#17943)
|
2022-10-10 12:43:30 -07:00 |
|
Pavel Feldman
|
35a5e805b3
|
fix(codegen): use constants when generating C# and Java roles (#17961)
Fixes #[17960](https://github.com/microsoft/playwright/issues/17960)
|
2022-10-10 12:25:56 -07:00 |
|
Max Schmitt
|
70258d9c49
|
test: add 'getByTestId with custom testId should work' (#17966)
|
2022-10-10 22:17:38 +03:00 |
|
Yury Semikhatsky
|
639b28db3b
|
fix: noWaitAfter option for hover (#17856)
Fixes https://github.com/microsoft/playwright/issues/17833
|
2022-10-07 12:43:48 -07:00 |
|
Yury Semikhatsky
|
1b5c2f9aba
|
fix(trace): show waitForLoadState when event has already fired (#17826)
Fixes https://github.com/microsoft/playwright/issues/17807
|
2022-10-07 11:27:56 -07:00 |
|
Dmitry Gozman
|
b64457d8ce
|
fix(locators): make regex escape work when multiple spaces are present (#17893)
|
2022-10-06 16:23:40 -07:00 |
|
sand4rt
|
c889b2ad26
|
feat(ct): vue3 rerender complete (#17069)
|
2022-10-06 15:07:32 -07:00 |
|
Pavel Feldman
|
8b018f6b41
|
chore: make role name case-insensitive (#17888)
|
2022-10-06 14:35:10 -07:00 |
|
Dmitry Gozman
|
2f918852da
|
test: rebaseline requestStorageAccess test for firefox-beta (#17879)
|
2022-10-06 10:11:59 -07:00 |
|
Dmitry Gozman
|
a23ee6f14d
|
test: fix "getByText should work" with tracing enabled, docker smoke tests (#17864)
|
2022-10-05 21:31:25 -07:00 |
|