Pavel Feldman
|
b10cc03314
|
chore: render parse errors in the UI mode (#22888)
Fixes: https://github.com/microsoft/playwright/issues/22863
|
2023-05-08 18:51:27 -07:00 |
|
Dmitry Gozman
|
03616e976e
|
fix(deps): --repeat-each should not apply to dependencies (#22858)
Fixes #21778.
|
2023-05-05 16:59:39 -07:00 |
|
Yury Semikhatsky
|
a4e90f20dc
|
fix(runner): do not hang on worker exit before tests (#22742)
|
2023-05-01 14:54:48 -07:00 |
|
Dmitry Gozman
|
dbb218a9d5
|
feat: project.teardown that runs after all dependents have finished (#22696)
This replicates globalTeardown in the deps world.
Fixes #21914.
|
2023-04-28 14:27:08 -07:00 |
|
Yury Semikhatsky
|
f37f5fc61c
|
chore: comma separated reporter names, reporter arg from config (#22693)
|
2023-04-27 15:16:18 -07:00 |
|
Yury Semikhatsky
|
51aca72c35
|
chore: split InternalReporter and Multiplexer (#22671)
The multiplexer will be reused in the blob report merger.
|
2023-04-26 17:55:58 -07:00 |
|
Yury Semikhatsky
|
9ad9b6b316
|
chore: reuse createReporters in the merger (#22636)
#10437
|
2023-04-26 11:48:19 -07:00 |
|
Yury Semikhatsky
|
59678fdea7
|
chore: create list reporter for watch mode directly (#22614)
|
2023-04-24 18:32:32 -07:00 |
|
Pavel Feldman
|
5120e7d541
|
chore: fix list-files (#22609)
|
2023-04-24 15:13:59 -07:00 |
|
Pavel Feldman
|
d95268ffc0
|
chore: remove refined title (#22541)
|
2023-04-20 20:34:07 -07:00 |
|
Pavel Feldman
|
a45f04568b
|
chore: rename watchmode to uimode tsx (#22511)
|
2023-04-19 16:51:42 -07:00 |
|
Pavel Feldman
|
3c495c5590
|
chore: only transpile tsx for components (#22504)
|
2023-04-19 14:20:53 -07:00 |
|
Dmitry Gozman
|
bf0fab4927
|
fix(ui mode): ignore repeatEach (#22505)
Fixes #22498.
|
2023-04-19 14:16:12 -07:00 |
|
Pavel Feldman
|
635a2dac16
|
chore: remove FullProjectInternal.from (#22280)
|
2023-04-07 19:12:20 -07:00 |
|
Pavel Feldman
|
3b94bb6740
|
chore: simplify full config and full project building (#22278)
|
2023-04-07 17:46:47 -07:00 |
|
Yury Semikhatsky
|
d59e0e10ce
|
feat: blob reporter (#22244)
#10437
|
2023-04-07 13:47:52 -07:00 |
|
Pavel Feldman
|
a42567d549
|
chore: inside out the config & project internal (#22260)
|
2023-04-07 09:54:01 -07:00 |
|
Pavel Feldman
|
02ca63b381
|
chore: use separator when printing titles in the list mode (#22269)
Fixes https://github.com/microsoft/playwright/issues/22267
|
2023-04-07 09:52:04 -07:00 |
|
Yury Semikhatsky
|
1ea9f02944
|
chore: add configDir to reporter options (#22250)
|
2023-04-06 14:23:47 -07:00 |
|
Pavel Feldman
|
09f072de09
|
chore: introduce the concept of a test run (#22243)
|
2023-04-06 11:20:24 -07:00 |
|
Pavel Feldman
|
f8f9ee6a25
|
chore: introduce Reporter.onExit (#22176)
Fixes https://github.com/microsoft/playwright/issues/22173
|
2023-04-04 10:50:40 -07:00 |
|
Pavel Feldman
|
87acda74ff
|
chore: respect source map sources when filtering in CLI (#22180)
Fixes #22123
|
2023-04-03 19:49:01 -07:00 |
|
Pavel Feldman
|
b1fdf0bcb6
|
chore: nest test steps based on zones (#22108)
Fixes: #21423
|
2023-03-30 21:05:07 -07:00 |
|
Pavel Feldman
|
8b7dc2cf7a
|
test: add a ui teardown test (#22010)
|
2023-03-29 13:57:19 -07:00 |
|
Pavel Feldman
|
c3d7ffb773
|
chore(ui): do not print global setup epilogue (#21976)
|
2023-03-24 20:56:45 -07:00 |
|
Pavel Feldman
|
79d55b959b
|
Revert "chore: remove legacy watch mode (#21944)" (#21973)
This reverts commit 86af908fa7.
|
2023-03-24 16:41:20 -07:00 |
|
Pavel Feldman
|
86af908fa7
|
chore: remove legacy watch mode (#21944)
|
2023-03-23 16:30:42 -07:00 |
|
Pavel Feldman
|
5ff8c5f782
|
chore: show global setup errors in ui mode (#21942)
Fixes: [21941](https://github.com/microsoft/playwright/issues/21941)
|
2023-03-23 15:46:24 -07:00 |
|
Pavel Feldman
|
f5bd236c7b
|
chore: install global watch late (#21927)
|
2023-03-23 11:30:28 -07:00 |
|
Pavel Feldman
|
7ce2b36489
|
chore(ui): show load errors (#21843)
|
2023-03-21 12:03:26 -07:00 |
|
Pavel Feldman
|
543c812d2f
|
chore(ui): queue watch runs (#21809)
|
2023-03-20 13:45:35 -07:00 |
|
Pavel Feldman
|
294baaeb44
|
chore: allow watching all tests (#21787)
|
2023-03-19 14:50:09 -07:00 |
|
Dmitry Gozman
|
2a2d6c25a4
|
feat(deps): inherit environment changes from dependencies (#21771)
|
2023-03-17 15:46:52 -07:00 |
|
Pavel Feldman
|
ecd0f927f4
|
chore: make stacks rendering live in ui mode (#21728)
Co-authored-by: Max Schmitt <max@schmitt.mx>
|
2023-03-16 18:17:07 -07:00 |
|
Dmitry Gozman
|
f37f38e553
|
chore: decouple test groups from root suite as much as possible (#21731)
|
2023-03-16 17:11:15 -07:00 |
|
Dmitry Gozman
|
b149d132a6
|
chore(test runner): split loadAllTests into parts (#21674)
|
2023-03-15 13:40:58 -07:00 |
|
Dmitry Gozman
|
455e11c1d9
|
fix(shards): shard test groups instead of files (#21638)
Fixes #21497.
|
2023-03-14 10:41:37 -07:00 |
|
Pavel Feldman
|
f5fa18a279
|
chore: reimplement filters (#21647)
|
2023-03-13 22:19:31 -07:00 |
|
Pavel Feldman
|
1d870ac407
|
chore(ui): start adding ui mode tests (2) (#21608)
|
2023-03-13 12:14:51 -07:00 |
|
Pavel Feldman
|
a12e909a40
|
chore(ui): start adding ui mode tests (#21601)
|
2023-03-12 15:18:47 -07:00 |
|
Pavel Feldman
|
493171cb6b
|
chore: select files to watch explicitly (#21599)
|
2023-03-12 10:50:21 -07:00 |
|
Pavel Feldman
|
0b9c037f36
|
chore(ui): do not add sources into the zip file (#21588)
|
2023-03-10 17:01:30 -08:00 |
|
Pavel Feldman
|
e7b21425f7
|
chore: support both test --ui and ui clis (#21537)
|
2023-03-09 13:03:01 -08:00 |
|
Pavel Feldman
|
47a71731f4
|
chore: add explicit command for gui runner (#21509)
|
2023-03-09 08:04:02 -08:00 |
|
Pavel Feldman
|
5ef2edb9f7
|
chore: support suites in the tree (#21508)
|
2023-03-08 19:50:32 -08:00 |
|
Pavel Feldman
|
a2490a8fc8
|
chore(ui): maintain test order when updating (#21478)
|
2023-03-07 20:34:57 -08:00 |
|
Pavel Feldman
|
f5894ed089
|
chore: open location in vscode (#21472)
|
2023-03-07 17:20:41 -08:00 |
|
Pavel Feldman
|
e9f94f0346
|
chore: add ui mode terminal (#21470)
|
2023-03-07 14:24:50 -08:00 |
|
Pavel Feldman
|
b6ff3bad98
|
chore: split code mirror and xterm modules (#21415)
|
2023-03-06 10:40:45 -08:00 |
|
Pavel Feldman
|
bae9173208
|
chore: split ui mode toolbar into lines, show progress (#21403)
|
2023-03-05 13:46:21 -08:00 |
|