Commit graph

273 commits

Author SHA1 Message Date
Andrey Lushnikov 5e0f327a60
chore: mark v1.16.2 (#9810) 2021-10-27 01:12:30 -07:00
Yury Semikhatsky cf98ab7fcf cherry-pick(#9806): ignoreHTTPSErrors after redirects
PR #9806 SHA dd0dae623b

Fixes #9768
2021-10-26 20:21:21 -10:00
Dmitry Gozman 810fa558c1
cherry-pick(#9799): fix(snapshots): --update-snapshots + retries should work (#9802) 2021-10-26 18:08:16 -07:00
Joel Einbinder 3f94fbbd0e
fix(monorepo): export package.json from every package (#9803) (#9805) 2021-10-26 17:02:10 -07:00
Joel Einbinder 2b59574eec
fix: support even older node 12 (#9718) (#9804) 2021-10-26 18:33:40 -04:00
Pavel Feldman 18a0a4a4aa cherry-pick(9735): fix(stack): hide test runner stack frames 2021-10-25 15:20:06 -07:00
Dmitry Gozman c75bdded2b cherry-pick(9731): fix(snapshot): empty adopted stylesheet should not prevent node refs 2021-10-25 10:49:33 -07:00
Pavel Feldman 0f38535ace cherry-pick(9732): fix(trace-viewer): show source files in local version 2021-10-25 10:47:02 -07:00
Pavel Feldman 676a2a0761 cherry-pick(9726): feat(traceviewer): show load progress 2021-10-25 10:43:26 -07:00
Yury Semikhatsky b3a1d34398 cherry-pick(release-1.16): remove content-length from redirected post requests
PR #9728
SHA d183d364a0
2021-10-22 13:53:35 -10:00
Pavel Feldman 5e12a4a52e cherry-pick(release-1.16): keep sw alive
PR #9725
SHA e2710451f3
2021-10-22 12:15:33 -10:00
Joel Einbinder 9edf0ed711
cherry-pick(release-1.16): don't ship src in @playwright/test (#9722)
PR: #9717 
Commit: 940466f830
2021-10-22 13:25:41 -07:00
Andrey Lushnikov 627bed416d
chore: mark v1.16.1 (#9721) 2021-10-22 11:11:43 -07:00
Max Schmitt d9d9417cfb cherrty-pick(#9713): chore: pin expect package 2021-10-22 08:16:18 -07:00
Pavel Feldman aa7b216383 charry-pick(#9698): feat(trace): add drop trace here label 2021-10-22 08:05:13 -07:00
Pavel Feldman 9c1f3bc46a charry-pick(#9697): fix(trace-viewer): restore dragndrop 2021-10-22 08:04:11 -07:00
Pavel Feldman 455683b29d cherry-pick(release-1.16.1): fix locator stacks to hide internal detail
PR #9693 SHA 6a3e08d1ac
2021-10-21 14:07:33 -10:00
Pavel Feldman a0321f44ec cherry-pick(release-1.16.1): fix toHaveCount(0)
This cherry-picks PR #9690 SHA 299dffbdb3
2021-10-21 11:47:51 -10:00
Andrey Lushnikov 945bbf2828
chore: mark v1.16.0 (#9663) 2021-10-20 18:53:47 -07:00
Pavel Feldman cafe5f3fd1 cherry-pick(release-1.16): allow serving html report w/ traces off relative path
Cherry-picks PR #9668 SHA f853176df3

Fixes #9652
2021-10-20 15:31:26 -10:00
Andrey Lushnikov 895585ddce cherry-pick(release-1.16): do not show negative time in action duration (#9669)
This cherry-picks 962525b592
2021-10-20 14:30:02 -10:00
Andrey Lushnikov dc9d4ceffe cherry-pick(release-1.16): fix action icons to be always visible (#9666)
This cherry-picks a9bf96e1bd
2021-10-20 14:29:38 -10:00
Andrey Lushnikov 99c5df9c61
cherry-pick(release-1.16): Revert "chore: print global errors when running html report" (#9662)
This reverts commit 68c9fce507.

Co-authored-by: Pavel Feldman <pavel.feldman@gmail.com>
2021-10-20 13:10:07 -07:00
Pavel Feldman 2b62811fd6 cherry-pick(#9659): fix(expect): do not fail on navigated frames while polling 2021-10-20 13:03:51 -07:00
Pavel Feldman 68c9fce507
chore: print global errors when running html report (#9657) 2021-10-20 11:57:21 -07:00
Pavel Feldman b3b5497578
chore(html): allow serving from a subfolder (#9653) 2021-10-20 10:35:49 -07:00
Dmitry Gozman fb421e0a65
feat(github reporter): update docs, strip ansi escapes (#9640) 2021-10-20 07:56:03 -07:00
Pavel Feldman 4423de9996
chore: speed up snippet generation 50 times (#9638) 2021-10-19 21:10:14 -07:00
Andrey Lushnikov 983cfde4d4
feat: introduce docker integration for Playwright Test (#9599) 2021-10-19 16:10:24 -07:00
Pavel Feldman ba57be99a9
fix(infobar): account for infobar in headed mode (#9627) 2021-10-19 15:36:17 -07:00
Pavel Feldman 9d03a85c30
chore: make web-first matchers work outside of pw tests (#9624) 2021-10-19 14:46:56 -07:00
Andrey Lushnikov c5359ff6c5
feat: introduce npx playwright install docker-image command (#9597)
This command pulls matching docker image for Playwright.
2021-10-19 12:30:32 -07:00
Joel Einbinder adb5aa4544
fix(monorepo): support yarn2/pnp by specifying all deps and bins (#9620) 2021-10-19 14:49:47 -04:00
Yury Semikhatsky 7e52357178
docs(fetch): ApiResponse -> APIResponse (#9623) 2021-10-19 11:17:23 -07:00
Yury Semikhatsky ade2171c4b
fix(docs): APIRequest* variable names (#9621) 2021-10-19 09:37:17 -07:00
Joel Einbinder 53c866c0f2
fix(monorepo): explicitly list package.json exports instead of using glob patterns (#9584) 2021-10-19 12:28:02 -04:00
Dmitry Gozman 6d554a5e30
feat(reporter): expose more apis (#9603) 2021-10-19 08:38:04 -07:00
Yury Semikhatsky 6d727401bf
chore(fetch): rename ApiRequest* to APIRequest* (#9606) 2021-10-19 07:38:27 -07:00
Pavel Feldman 56d8481b87
chore: render large trace link (#9608) 2021-10-19 00:36:21 -07:00
Pavel Feldman bccd4c8906
feat(api): expose step location UI (#9605) 2021-10-18 22:14:01 -07:00
Pavel Feldman c06a6e1f63
fix(html): always highlight error code (#9604) 2021-10-18 21:37:19 -07:00
Pavel Feldman e37660b068
feat(api): expose step location (#9602) 2021-10-18 21:06:18 -07:00
Dmitry Gozman 4977edcaf3
fix(tracing): fix inconsistent calls of tracing.{start,stop} in fixtures (#9594)
Drive-by: fix error logging.
2021-10-18 21:05:59 -07:00
Yury Semikhatsky 4f7d53ac66
fix(fetch): abort requests when context is disposed (#9601) 2021-10-18 19:41:56 -07:00
Pavel Feldman ff16ac0351
chore(html): html report polish (#9600) 2021-10-18 18:33:38 -07:00
Pavel Feldman bc0895ea6c
chore(html): use primer colors for report (#9596) 2021-10-18 14:12:56 -07:00
Pavel Feldman 99a2bd604d
chore: minor UI updates (#9590) 2021-10-18 13:34:02 -07:00
Yury Semikhatsky 909b039b9a
docs: note that setViewportSize changes screen size (#9588) 2021-10-18 13:01:04 -07:00
Yury Semikhatsky fd81982c33
fix(selectors): combine visible with other selectors (#9585) 2021-10-18 10:47:37 -07:00
Pavel Feldman f6a768b67b
chore: remove codicon from html report (#9583) 2021-10-18 09:30:23 -07:00