Andrey Lushnikov
bc78db07df
chore: cut 1.28 branch ( #18746 )
2022-11-11 15:30:15 -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
Dmitry Gozman
43208da3f8
docs: v1.27 release notes for python, java and dotnet ( #17886 )
2022-10-06 12:51:56 -07:00
Dmitry Gozman
ed6ecbca2a
chore: cut v1.27.0 ( #17859 )
2022-10-05 15:30:35 -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
Andrey Lushnikov
bc942ef9ea
chore: cut v1.26.0 ( #17265 )
2022-09-12 10:45:27 -07: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
Max Schmitt
8170432fab
docs: add Python/.NET release notes ( #16514 )
2022-08-15 09:27:33 +02: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
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
Andrey Lushnikov
619d1d8617
docs: add release notes for all the languages ( #12045 )
2022-02-11 11:24:14 -08:00
olexandr13
92e990bc6a
docs: fix typo chome > chrome ( #11512 )
2022-01-20 14:14:25 +01:00
Max Schmitt
94495c3253
docs(python): fix typo in release notes ( #11507 )
2022-01-20 04:36:41 -08:00
Andrey Lushnikov
7b7d63ab64
docs: add Python 1.18 release notes ( #11478 )
2022-01-19 07:30:03 -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
Max Schmitt
854cf9c25c
docs: add 1.15 release-notes ( #9046 )
...
Co-authored-by: Pavel Feldman <pavel.feldman@gmail.com>
2021-09-21 22:04:53 +02:00
Andrey Lushnikov
8231aa3919
docs: make release notes links relative ( #8191 )
2021-08-13 15:39:05 -07:00
Pavel Feldman
b15762aab6
docs: release notes for 1.14 ( #8190 )
...
Co-authored-by: Andrey Lushnikov <aslushnikov@gmail.com>
2021-08-13 15:02:24 -07:00
Max Schmitt
7da9545ef8
docs: fixed not existing cross-lang references ( #7883 )
2021-07-28 16:36:52 +02:00
Andrey Lushnikov
af5eb9c2bd
docs: updated release notes for v1.13.0 ( #7758 )
2021-07-20 16:44:44 -07:00
Andrey Lushnikov
2fc281d449
docs: update release notes for v1.13 release ( #7747 )
2021-07-20 09:29:52 -07:00
Max Schmitt
13b6d0153d
docs: change wording from C# to .NET ( #7021 )
2021-06-10 18:16:10 +02:00
Andrey Lushnikov
52e75cf13e
docs: split release notes on the website per-language ( #6977 )
2021-06-08 16:43:34 -07:00