Mathias Leppich
8aee7df482
Merge branch 'main' into sharding-algorithm
2024-05-31 00:02:24 +02:00
Yury Semikhatsky
9a11be3305
chore(trace-viewer): grid view z-index, source column in resource details ( #31094 )
...
New look for multiple contexts:
<img width="585" alt="image"
src="https://github.com/microsoft/playwright/assets/9798949/02dc5f54-0946-40a9-9459-942c4362a32e ">
2024-05-30 14:45:33 -07:00
Yury Semikhatsky
4c020c9861
chore(trace-viewer): preserve column widths after showing resource details ( #31093 )
...
* Column widths are now stored on in the NetworkPanel context, this way
they are not reset after selecting an empty range (and changing position
of the NetworkGridView in the component tree).
* Column widths values are now preserved if column set changes (e.g.
selecting entries from a single context and then from multiple
contexts).
2024-05-30 12:21:32 -07:00
Pavel Feldman
f97d87ea5a
docs: fix the api review typos ( #31071 )
2024-05-30 12:15:52 -07:00
Mathias Leppich
5708148496
fix(merge-reports): only change test ids when needed ( #31061 )
...
When merging blob reports test ids are patched to make sure there is no
collision when merging reports that might have overlapping test ids.
However, even if you were merging reports that had no overlapping ids,
all test ids will be modified, which is an undesirable side effect.
This PR only modify test ids when the same test id has already been used
in a previous blob report.
----
This change is also part of
https://github.com/microsoft/playwright/pull/30962
2024-05-30 11:29:20 -07:00
Yury Semikhatsky
6067b78f88
chore: http credentials send immeidately/unauthorized enum ( #31076 )
...
Reference https://github.com/microsoft/playwright-internal/issues/205
Reference https://github.com/microsoft/playwright/issues/30534
2024-05-30 10:19:56 -07:00
Max Schmitt
d6d373c459
devops: fix client side changes GHA workflow
...
Signed-off-by: Max Schmitt <max@schmitt.mx>
2024-05-30 18:56:03 +02:00
Pavel Feldman
170c457a61
feat(timers): a stab at fake timers ( #31075 )
2024-05-30 09:38:27 -07:00
Playwright Service
a1db91040e
feat(chromium): roll to r1121 ( #31090 )
...
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-05-30 17:50:22 +02:00
Playwright Service
cb589d7fa5
feat(chromium-tip-of-tree): roll to r1227 ( #31091 )
...
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-05-30 17:49:59 +02:00
Playwright Service
b3ee52659d
chore(driver): roll driver to recent Node.js LTS version ( #31087 )
2024-05-30 12:15:49 +02:00
Mathias Leppich
899c068f76
Merge branch 'fix-merge-reports-test-ids' into sharding-algorithm
2024-05-30 10:21:19 +02:00
Mathias Leppich
cabfa74470
lint fix
2024-05-30 10:20:31 +02:00
Mathias Leppich
7dd711506f
empty commit to trigger ci
2024-05-30 10:15:11 +02:00
Mathias Leppich
6cf1217ba9
Merge branch 'fix-merge-reports-test-ids' into sharding-algorithm
2024-05-30 08:51:25 +02:00
Mathias Leppich
c7b58d76e4
Revert "fix(merge-reports) only change test ids when needed"
...
This reverts commit 389e5711f4 .
2024-05-30 08:51:16 +02:00
Mathias Leppich
fd90424171
Feedback use outputLines
2024-05-30 08:48:54 +02:00
Mathias Leppich
32169b7950
optimize: use single global set
2024-05-30 08:14:54 +02:00
Dmitry Gozman
ba5b460444
chore: move artifacts recording to TestLifecycleInstrumentation ( #30935 )
...
The spirit of this change is reverting #23153 . Since that time, we have
moved tracing and `artifactsDir` lifetime into the test runner, so the
reason for revert is mitigated.
Fixes #30287 , fixes #30718 , fixes #30959 .
2024-05-29 18:05:17 -07:00
Yury Semikhatsky
f93da40925
feat(webkit): roll to r2014 ( #31074 )
...
Closes https://github.com/microsoft/playwright/pull/31059
Closes https://github.com/microsoft/playwright/pull/31012
Reference https://github.com/microsoft/playwright-browsers/issues/795
2024-05-29 17:20:38 -07:00
Mathias Leppich
6e9c31f93b
fix(runner): don't write last run info when listing tests ( #31062 )
2024-05-29 09:07:40 -07:00
Playwright Service
97a82e6b77
feat(firefox): roll to r1452 ( #31068 )
...
Fixes https://github.com/microsoft/playwright/issues/31039
Closes https://github.com/microsoft/playwright/pull/31069
2024-05-29 08:28:26 -07:00
Debbie O'Brien
141c6a9c81
docs: add video on running tests ( #31066 )
2024-05-29 17:19:49 +02:00
Mathias Leppich
6b051cbdb7
fix(runner) don't write last run info when listing tests
2024-05-29 11:57:59 +02:00
Mathias Leppich
d33e8daeed
fix(merge-reports) only change test ids when needed
2024-05-29 11:31:02 +02:00
Mathias Leppich
ef2d35f34a
Merge branch 'main' into sharding-algorithm
2024-05-29 11:30:17 +02:00
Mathias Leppich
6884fd715f
remove special handling of merged test ids
2024-05-29 11:28:16 +02:00
Mathias Leppich
389e5711f4
fix(merge-reports) only change test ids when needed
2024-05-29 11:23:59 +02:00
Yury Semikhatsky
a11a6d9874
fix(blob): make sure tele reporters do not override ids ( #31056 )
...
Fixes https://github.com/microsoft/playwright/issues/31023
2024-05-28 16:37:11 -07:00
Pavel Feldman
6675652269
chore: split client-side instrumentation into sync and async ( #31054 )
2024-05-28 14:29:57 -07:00
Xan
61203964a8
docs: remove uneeded sentence in docs ( #31053 )
...
"To learn more about generating tests check out or detailed guide on
Codegen."
Should it be 'our'? And why does it link back to itself? Should be
removed.
Signed-off-by: Xan <57809064+devxan@users.noreply.github.com>
2024-05-28 13:41:38 -07:00
Rui Figueira
f254290ab4
fix(trace-viewer): fix snapshot.html ( #31033 )
...
Actual path to get trace contexts is /contexts, not /context
2024-05-28 13:14:22 -07:00
Sander
e047c478a4
feat(ct): resolve hooksConfig import refs ( #31024 )
...
closes https://github.com/microsoft/playwright/issues/30453
2024-05-28 12:29:52 -07:00
Max Schmitt
67181c9f11
devops: have client side changes issue per Playwright version ( #31052 )
...
This should address the issue which we had before of manually taking
entries over into a new issue.
Closes https://github.com/microsoft/playwright/pull/31027
2024-05-28 11:19:29 -07:00
Max Schmitt
63fd28e038
docs(grep): contains tags ( #31042 )
2024-05-28 19:30:47 +02:00
Max Schmitt
3d7bd70aea
devops: bump actions/github-script@v6 to actions/github-script@v7 ( #31028 )
2024-05-28 18:10:53 +02:00
Max Schmitt
1fafbe580c
docs(test-cli): remove --tag from docs ( #31041 )
...
Fixes https://github.com/microsoft/playwright/issues/31038
2024-05-28 09:08:34 -07:00
Playwright Service
fb8f868128
feat(webkit): roll to r2013 ( #31045 )
...
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-05-28 17:20:55 +02:00
Ernst de Jong
ef023c4f40
chore(types): fix typo in screenshot mode ( #31047 )
2024-05-28 16:14:21 +02:00
Joonas Häkkinen
a300a15afe
docs(test-fixtures): fix minor grammar mistake ( #31046 )
2024-05-28 14:17:34 +02:00
Playwright Service
6a055434ce
feat(chromium-tip-of-tree): roll to r1226 ( #31044 )
...
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-05-28 14:15:32 +02:00
Playwright Service
ef65cff2e1
feat(chromium-tip-of-tree): roll to r1225 ( #31035 )
...
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-05-27 18:40:06 +02:00
Mathias Leppich
b5b81742b8
empty commit to trigger ci
2024-05-27 16:20:16 +02:00
Mathias Leppich
d42c4996a4
revert json/junit test changes
2024-05-27 15:50:26 +02:00
Mathias Leppich
ce09f88d76
Add shardingMode configuration
2024-05-27 15:47:04 +02:00
cavivie
a7599ad509
feat(api): add host option in launchServer options ( #30999 )
2024-05-27 11:24:23 +02:00
Mathias Leppich
14ca30ae12
allow .last-run.json to be generated via merge-reports
2024-05-27 10:50:20 +02:00
Mathias Leppich
061f559de5
add test durations to last run info
2024-05-27 10:48:46 +02:00
Mathias Leppich
4bcfc788dd
empty commit to trigger ci
2024-05-27 07:05:33 +02:00
Mathias Leppich
d3b4fada1a
fix reporter-junit.spec.ts due to sharding
2024-05-27 07:05:33 +02:00