Pavel Feldman
|
5fc637e44a
|
chore: experimental resetForReuse (#15432)
|
2022-07-11 13:10:08 -07:00 |
|
Dmitry Gozman
|
4eccb89a79
|
chore: do not serialize buffers into base64 in local mode (#15316)
|
2022-07-05 08:58:34 -07:00 |
|
Pavel Feldman
|
9525bedc1f
|
feat(har): re-add routeFromHAR (#15024)
|
2022-06-21 22:12:37 -07:00 |
|
Pavel Feldman
|
e5372c3421
|
chore: move har router into local utils (#14967)
|
2022-06-18 20:24:55 -07:00 |
|
Yury Semikhatsky
|
c349c1d57f
|
feat: newContext.har (#14892)
Replaced {Page,BrowserContext}.(un)routeFromHar with browser.newContext.har.
|
2022-06-15 16:35:44 -07:00 |
|
Ross Wollman
|
3974d1b359
|
revert(#14797): fix(test runner): collect artifacts when calling browser.close() (#14846)
Revert "fix(test runner): collect artifacts when calling `browser.close()` (#14797)"
This reverts commit c7a28ac7e9eab63b40ce22fe96597410dbd08ed7.
Looks like it broke a bunch of tracing tests:
* Good: https://github.com/microsoft/playwright/runs/6838098316?check_suite_focus=true
* First Bad: https://github.com/microsoft/playwright/runs/6838104691?check_suite_focus=true
* Still bad on HEAD (88664c39c9ee36adfda3eed04bbd845587e27e4a): https://github.com/microsoft/playwright/runs/6868333846?check_suite_focus=true
|
2022-06-13 17:20:59 -07:00 |
|
Dmitry Gozman
|
c7a28ac7e9
|
fix(test runner): collect artifacts when calling browser.close() (#14797)
Previously, we only collected artifacts on context closure.
However, in serial mode it is possible to close the browser instead.
|
2022-06-10 14:11:34 -07:00 |
|
Dmitry Gozman
|
176ab7e48b
|
chore: make LocalUtils easily available on the client (#14717)
Instead of plumbing it around, expose it through Connection.
|
2022-06-08 13:22:05 -07:00 |
|
Sébastien Règne
|
4c2fc6b6eb
|
feat(browser): add Browser.BrowserType() method (#14468)
|
2022-06-06 09:46:08 -07:00 |
|
Pavel Feldman
|
a3c02222bf
|
chore: use utils via index export (4) (#13404)
|
2022-04-07 14:36:13 -07:00 |
|
Pavel Feldman
|
5ae2017a5b
|
chore: always import type (#13365)
|
2022-04-06 14:57:14 -07:00 |
|
Yury Semikhatsky
|
ab9d5a0dc4
|
chore(tracing): add tracing to APIRequestContext (#11502)
|
2022-01-22 11:25:13 -08:00 |
|
Yury Semikhatsky
|
976af162b0
|
feat(tracing): pack sources to trace on the driver side (#10815)
|
2021-12-09 17:21:17 -08:00 |
|
Pavel Feldman
|
a73e6bbd0e
|
chore: drop wrapApiCall (2) (#10445)
|
2021-11-19 16:28:11 -08:00 |
|
Pavel Feldman
|
70ede0d987
|
chore: use channel traits (#10389)
|
2021-11-17 15:26:01 -08:00 |
|
Dmitry Gozman
|
7a68f2f661
|
chore: merge Connection.{close,didDisconnect} (#9524)
This simplifes cleanup logic.
Also markAsRemote() in gridClient.
|
2021-10-14 20:58:09 -07:00 |
|
Dmitry Gozman
|
9dd17773e6
|
feat: mark PlaywrightClient's connection as remote (#9477)
This makes artifacts work as expected for all remote scenarios.
|
2021-10-14 10:41:03 -07:00 |
|
Joel Einbinder
|
c89d5a50dd
|
chore: migrate to monorepo (#9421)
|
2021-10-11 16:52:17 +02:00 |
|