Yury Semikhatsky
bf5cecc545
docs: release notes for language ports ( #23272 )
2023-05-24 16:39:47 -07:00
Max Schmitt
6968b61fdc
docs: fix release notes snippets ( #22778 )
2023-05-03 14:53:27 +02:00
Yury Semikhatsky
5e02022dff
docs: set docker version to 1.33 in release notes ( #22765 )
2023-05-02 13:46:03 -07:00
Yury Semikhatsky
b771a24f2c
docs: release notes for language ports ( #22762 )
2023-05-02 11:07:33 -07:00
Debbie O'Brien
a567cf083f
docs: remove cli guide ( #21997 )
2023-03-31 10:48:05 +02:00
Dmitry Gozman
539d9873c2
feat: rename Locator.filter(locator) to Locator.and ( #22101 )
2023-03-30 14:41:30 -07:00
Dmitry Gozman
525097d465
feat: Locator.filter(locator) ( #21975 )
...
Produces a locator that matches both locators.
Implemented through `internal:and` selector.
Fixes #19551 .
2023-03-27 14:29:30 -07:00
Andrey Lushnikov
6bd002db27
docs: add release notes for js ( #21886 )
2023-03-22 13:05:46 -07:00
Dmitry Gozman
6fbb265a58
chore: release notes for 1.31 for java, python, csharp ( #20969 )
2023-02-16 18:11:01 -08:00
Dmitry Gozman
8d646d1adb
chore: release notes for 1.30 ( #20264 )
2023-01-20 12:56:48 -08:00
Yury Semikhatsky
0facbe001d
docs: java release notes snippet ( #20200 )
2023-01-18 12:23:36 -08:00
Max Schmitt
ddccb59093
chore: fix Java CLI invocation on Windows ( #19895 )
...
For reference: https://stackoverflow.com/a/64300409
2023-01-05 10:55:07 -08:00
Max Schmitt
3555dbd4b4
docs: add 1.29 language port release notes ( #19573 )
...
Signed-off-by: Max Schmitt <max@schmitt.mx>
Co-authored-by: Yury Semikhatsky <yurys@chromium.org>
2022-12-20 20:51:21 +01:00
Dmitry Gozman
e55a2bdf16
docs: rework Selectors to Other Locators ( #19244 )
...
- Replace links to `selectors.md` with `locators.md`.
- Remove sections that are covered by Locators docs.
- Restructure the rest of selectors doc, update them in terms of
locators.
Fixes #18992 .
2022-12-02 21:48:37 -08:00
Max Schmitt
6a5552ba24
chore: drop Ubuntu 18.04 support ( #18924 )
2022-11-21 11:23:45 -10:00
Yury Semikhatsky
5fcd8839dc
docs: Java, .NET, Python release notes 1.28 ( #18854 )
2022-11-16 13:19:20 -08:00
Álvaro Martínez
d6384a12f5
docs(release-notes): add missing reference to Page.getByTestId in 1.27 release notes ( #17942 )
...
1.27 release notes don't mention the new `Page.getByTestId` method
alongside the other added methods (`getByRole`, `getByLabelText` etc.)
This PR adds it to the corresponding release notes.
I'm not 100% sure this is the way to do it, I assume there's some
automation going on to update the documentation website, let me know if
it needs t be done differently.
2022-10-10 22:18:15 +03:00
Yury Semikhatsky
946994ca92
docs: AriaRole is enum ( #17918 )
2022-10-08 09:01:14 +03:00
Dmitry Gozman
43208da3f8
docs: v1.27 release notes for python, java and dotnet ( #17886 )
2022-10-06 12:51:56 -07:00
Yury Semikhatsky
00cc7c2ac2
docs: add missing browser versions to 1.26 release ( #17485 )
2022-09-20 16:08:10 -07:00
Ross Wollman
1d5e90f30b
docs(release-notes): add 1.26 port release notes ( #17473 )
2022-09-20 12:49:46 -07:00
Ross Wollman
8d639ae50e
chore: revert toHaveAttribute type sig and overloads ( #17406 )
...
Relates #16517 .
Revert "docs(python): add missing NotToHaveAttribute overloads (#17371 )"
This reverts commit 2e1ea296144c1d38f90815c02167a2e51f3b2b40.
Revert "docs(release-notes): add 1.26 release notes for language ports
(#17345 )"
This reverts commit 4b8a85e69d2ded2089595ff24616eb381f59cff1.
Revert "test: unflake "should support boolean attribute with options"
(#17024 )"
This reverts commit 1dc05bd4c60209542d35624d5f39b7a2a44cce3e.
Revert "fix: support toHaveAttribute(name, options) (#16941 )"
This reverts commit f30ac1d67827fbcf3f8be7a851ef81b761842c52.
Revert "feat: expect(locator).toHaveAttribute to assert attribute
presence (#16767 )"
This reverts commit 622c73cc1e677834ebdc27e95c89ff101bdccf54.
2022-09-16 11:17:35 -07:00
Max Schmitt
4b8a85e69d
docs(release-notes): add 1.26 release notes for language ports ( #17345 )
2022-09-14 22:38:19 +02:00
Pavel Feldman
3cd8d6e513
chore(docs): revert recent changes temporarily ( #16590 )
2022-08-16 22:00:54 -07:00
Debbie O'Brien
26623a0a77
docs: selectors guide merge ( #16571 )
...
Co-authored-by: Max Schmitt <max@schmitt.mx>
2022-08-16 16:14:02 +02:00
Debbie O'Brien
ab53f195b3
docs: auth guide merge ( #16573 )
2022-08-16 16:04:11 +02:00
Yury Semikhatsky
470238e36e
docs: remove extra quoutes ( #16550 )
2022-08-15 10:47:00 -07:00
Yury Semikhatsky
2bdf51d284
docs: java 1.25.0 release notes ( #16482 )
2022-08-12 13:54:51 -07:00
Debbie O'Brien
6552788a6e
docs: add video for 1.24 and improve toc ( #16351 )
...
docs: mention test-runner docs in library docs (#16348 )
2022-08-09 00:13:57 +02:00
Debbie O'Brien
54f7141877
docs: debug docs rework for simpler debug intro ( #15836 )
...
Co-authored-by: Max Schmitt <max@schmitt.mx>
2022-07-27 13:12:01 +02:00
Max Schmitt
6625456f33
docs: add release notes for dotnet, java, python ( #15863 )
...
Co-authored-by: Ross Wollman <rwoll@users.noreply.github.com>
2022-07-22 01:09:01 +02:00
Max Schmitt
ee7d60fcee
docs: migrate page actions to locator actions 2/n ( #15603 )
2022-07-13 11:50:18 +02:00
Max Schmitt
84715d6532
docs(release-notes): no jammy Docker image for language bindings
2022-07-01 14:57:04 +02:00
Ross Wollman
aced45347b
chore: port 1.23 Python release notes ( #15289 )
2022-06-30 16:42:38 -07:00
Andrey Lushnikov
857d46ca93
docs: add Java release notes ( #15158 )
2022-06-27 15:31:41 -07:00
Andrey Lushnikov
5268dd7196
docs: add release notes for 1.22 ( #14100 )
2022-05-12 11:07:55 -07:00
Andrey Lushnikov
bd2a2873b7
chore: unexperiment role selectors ( #13858 )
2022-05-02 09:32:50 -07:00
Andrey Lushnikov
52e326abd1
docs: release notes for 1.21 ( #13491 )
2022-04-11 16:53:57 -07:00
Max Schmitt
c8cc62a2e6
chore: add link validation for docs ( #13047 )
2022-03-25 19:30:45 +01:00
Max Schmitt
81050c406e
chore: fix snippets in release-notes ( #13033 )
2022-03-24 07:52:04 -07:00
Max Schmitt
fff4681c6c
docs: fix broken release-notes links ( #12747 )
2022-03-14 12:25:26 -07:00
Andrey Lushnikov
b7e92a44cb
docs: add release notes for all other languages ( #12596 )
...
Drive-by:
- backport removal of toHaveScreenshot from release 1.20
- change webkit 10.15 announcement
2022-03-14 10:52:52 -07:00
Yury Semikhatsky
9d4f330411
docs: fix python link to test-assertions ( #12665 )
2022-03-11 08:28:06 -08:00
Yury Semikhatsky
10bf5f3e49
docs: update links to assertions docs ( #12662 )
2022-03-10 15:45:18 -08:00
Max Schmitt
7e7996a7b7
chore(dotnet): do not use global CLI and use ps1 instead ( #12025 )
...
Fixes https://github.com/microsoft/playwright-dotnet/issues/2005
2022-02-11 11:26:16 -08:00
Andrey Lushnikov
619d1d8617
docs: add release notes for all the languages ( #12045 )
2022-02-11 11:24:14 -08:00
Max Schmitt
431b57eb50
docs(java): fix broken link in release notes ( #11511 )
2022-01-20 14:31:54 +01:00
Andrey Lushnikov
82c8baf9f6
docs: add Java 1.18 release notes ( #11477 )
2022-01-19 09:25:52 -08:00
Andrey Lushnikov
5eba6d538f
docs: land 1.17 release notes ( #10425 )
2021-11-18 15:08:49 -08:00
Andrey Lushnikov
df188d5876
docs: release notes for other ports ( #9681 )
2021-10-21 11:13:19 -07:00