jfgreffier
efec0261a1
feat(inspector): add keyboard shortcuts ( #12014 ) ( #15326 )
2022-07-07 11:25:48 -07:00
Dmitry Gozman
4e46ac2191
docs: explain how to sign in once per worker ( #15427 )
2022-07-06 13:54:58 -07:00
Dmitry Gozman
89c16cbc8b
feat(runner): anonymous describes ( #15424 )
...
Useful to set some options without coming up with an artificial name.
```js
test.describe(() => {
test.use({ colorScheme: 'dark' });
test('my test', () => {});
})
```
2022-07-06 13:54:11 -07:00
Ross Wollman
12c7e82fb7
docs: storageState caveat ( #15395 )
...
Resolves #15393 .
2022-07-06 09:59:56 -07:00
Max Schmitt
21dcc5139d
docs(python): reference to base url package ( #15412 )
2022-07-06 14:31:39 +02:00
Alireza Mirian
4508cd5816
docs(ct): add yarn create example ( #15407 )
...
Co-authored-by: Max Schmitt <max@schmitt.mx>
2022-07-06 10:27:49 +02:00
Pavel Feldman
6181b0dcaf
docs: annotate since ( #15386 )
2022-07-05 17:24:50 -07:00
jfgreffier
cfd00c0baf
docs: Add Vitest example ( #15356 )
2022-07-05 11:12:02 -07:00
Ross Wollman
6cb3236acd
feat(chromium): Service Worker Network Instrumentation and Inspection ( #14716 )
...
Adds Chromium support for Service Worker Networking (interception/routing, Request/Response events, and HAR).
Resolves #1090 .
Depends on #14714 and #14714 .
Supercedes #14321 .
Follow up #14711 .
Landed upstream patches:
- https://chromium-review.googlesource.com/c/chromium/src/+/3510917
- https://chromium-review.googlesource.com/c/chromium/src/+/3526571
- https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/3566669
- https://chromium-review.googlesource.com/c/chromium/src/+/3544685
- https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/3610924
- https://chromium-review.googlesource.com/c/chromium/src/+/3689949
2022-07-01 12:49:43 -07:00
Max Schmitt
84715d6532
docs(release-notes): no jammy Docker image for language bindings
2022-07-01 14:57:04 +02:00
Max Schmitt
1e28870af7
docs(release-notes): add 1.23 release notes for .NET ( #15295 )
2022-07-01 14:34:12 +02:00
Debbie O'Brien
239119e59f
docs: add video to component tests ( #15242 )
2022-07-01 09:22:56 +02:00
Debbie O'Brien
24dce77efb
docs: add videos to release notes ( #15263 )
2022-07-01 09:22:45 +02:00
Ross Wollman
aced45347b
chore: port 1.23 Python release notes ( #15289 )
2022-06-30 16:42:38 -07:00
Ross Wollman
9cafab382b
docs: clarify use of browser.close ( #15255 )
2022-06-29 18:41:21 -07:00
Dan Bjorge
cf6ffdf043
docs(accessibility-testing): fix syntax issues in example 1 ( #15204 )
2022-06-29 12:47:31 -07:00
Max Schmitt
461bd92f12
docs(browsers): add note about 'self signed certificate in certificate chain' Error ( #15221 )
2022-06-29 13:49:22 +02:00
Pavel Feldman
6a8d835145
chore: allow updating har while routing ( #15197 )
2022-06-28 15:09:36 -07:00
Ross Wollman
51fd212906
docs(test-runner): add a note re: fixture naming ( #15203 )
2022-06-28 14:55:06 -07:00
Dan Bjorge
69273e42ae
docs(accessibility-testing): create accessibility testing guide for js ( #15154 )
2022-06-28 14:21:30 -07:00
Sébastien Règne
f43fe4855d
docs: fix route.fallback typo ( #15173 )
2022-06-28 13:46:54 -07:00
Ross Wollman
3805e942a1
docs(java): fix pom.xml (and auto-generate) ( #15192 )
2022-06-28 11:37:53 -07:00
Ross Wollman
43a621e97d
docs: fix routing and har examples ( #15162 )
2022-06-27 20:34:30 -07:00
Andrey Lushnikov
857d46ca93
docs: add Java release notes ( #15158 )
2022-06-27 15:31:41 -07:00
Yury Semikhatsky
7ebd81c1fa
docs(java): more FormData examples ( #15156 )
2022-06-27 14:02:13 -07:00
Pavel Feldman
8c590cb2af
chore: undeprecate sync headers() ( #15152 )
2022-06-27 10:34:32 -07:00
Simon Siefke
597fed5ae4
docs(browsers): fix path to local binaries ( #15123 )
2022-06-25 18:11:47 +02:00
Stuart Lang
eba2bdffb9
docs: fix typo: surved -> served ( #15105 )
2022-06-24 15:06:57 +02:00
Yury Semikhatsky
997aac59ff
docs: recordHar content and mode options for language ports ( #15097 )
2022-06-23 18:55:15 -07:00
Jeff Astor
1015fd37f0
docs(api testing): fix typo ( #15096 )
2022-06-23 17:36:11 -07:00
Andrey Lushnikov
6fab9d4044
docs: add release notes for 1.23 javascript ( #15090 )
2022-06-23 16:02:53 -07:00
Pavel Feldman
7bd72716f9
feat(har): introduce the slim mode ( #15053 )
2022-06-22 14:44:12 -07:00
Dmitry Gozman
033c250f6d
fix(har): remove types/har.d.ts, update har.ts per spec ( #15046 )
...
Drive-by: typo fix in `notFound` option name.
2022-06-22 12:16:29 -07:00
Pavel Feldman
9525bedc1f
feat(har): re-add routeFromHAR ( #15024 )
2022-06-21 22:12:37 -07:00
Dmitry Gozman
c02e165eb6
fix(test runner): toHaveScreenshot should not overwrite matching expectations ( #15028 )
...
Even in the `--update-snapshots` mode we should keep existing files if
they are matching under the threshold, to avoid needless churn.
2022-06-21 18:01:25 -07:00
Pavel Feldman
c0ea28d558
docs: nuke api reference from test assersions
2022-06-21 10:55:32 -07:00
Max Schmitt
3a61938628
chore: mark 1.24-next ( #14857 )
2022-06-21 19:32:15 +02:00
Ross Wollman
0f8114f6a8
docs: replace serviceWorkers workaround ( #14902 )
2022-06-20 19:31:19 -07:00
Jye Ruey
db9ff4b7c9
docs: update page object model example ( #14917 )
2022-06-20 19:08:57 -07:00
Bill Brower
21c510ee0d
chore(cli): add example for running tests against a project ( #14926 )
2022-06-20 19:08:18 -07:00
Kaspar Emanuel
42e6e094ca
docs: fix chrome extension examples ( #14968 )
2022-06-20 19:04:34 -07:00
Pavel Feldman
5e6b493bc9
doc(har): add more details into the har doc ( #14998 )
2022-06-20 17:54:39 -07:00
Dmitry Gozman
45ec2d0825
docs: explain how to test multiple users in the same test ( #14875 )
2022-06-20 16:05:43 -07:00
Dmitry Gozman
e3da3ebfa4
feat(har): do not expose HAR types, remove HARResponse fulfill ( #14992 )
2022-06-20 15:19:54 -07:00
Dmitry Gozman
5397394653
feature(har): add testOptions.har ( #14991 )
...
Can now be used with `test.use({ har })`.
Also added more tests for latest har features.
2022-06-20 13:37:31 -07:00
azad-derakhshani-GS
5b1211b37d
docs(test-advanced): fix various typos ( #14932 )
2022-06-20 20:18:42 +02:00
Pavel Feldman
be64e9ce66
chore(har): attach resources for .zip hars ( #14938 )
2022-06-16 18:27:25 -07:00
Pavel Feldman
245c33a5d4
feat(har): allow storing content as separate files ( #14934 )
2022-06-16 16:33:32 -07:00
Dmitry Gozman
cddf3293cf
docs: mention chaining in locator.filter ( #14920 )
2022-06-16 10:05:30 -07:00
Stephen Kilbourn
9c996b2876
docs(test-advanced): add instructions for tracing during global setup ( #14891 )
...
Co-authored-by: Max Schmitt <max@schmitt.mx>
2022-06-16 18:45:14 +02:00