File tree Expand file tree Collapse file tree 6 files changed +40
-35
lines changed Expand file tree Collapse file tree 6 files changed +40
-35
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# @web/test-runner-chrome
22
3+ ## 0.18.1
4+
5+ ### Patch Changes
6+
7+ - 79b0ba4: This changeset removes the Puppeteer/Chrome focus browser patches that shouldn't
8+ be needed anymore, and can cause instability.
9+
10+ The patches were added quite a while ago, and the upstream issues should
11+ be resolved in Chromium. See: https://issues.chromium.org/issues/40272146 .
12+
13+ Also see:
14+ https://github.com/puppeteer/puppeteer/issues/10350#issuecomment-1586858101 .
15+
16+ The patches are currently also resulting some instability of web test
17+ runner. That is because the patch calls an exposed function from inside
18+ the browser, while navigation later on during ` stopSession ` can happen;
19+ breaking the handle for retrieving function call arguments passed to the
20+ exposed function.
21+
22+ Puppeteer team found this issue and also landed a fix to improve the
23+ failure mode here. See:
24+ https://github.com/puppeteer/puppeteer/pull/13759
25+
326## 0.18.0
427
528### Minor Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @web/test-runner-chrome" ,
3- "version" : " 0.18.0 " ,
3+ "version" : " 0.18.1 " ,
44 "publishConfig" : {
55 "access" : " public"
66 },
Original file line number Diff line number Diff line change 11# @web/test-runner
22
3+ ## 0.20.1
4+
5+ ### Patch Changes
6+
7+ - 24e3290: Improve debug message for test runner uncaught exceptions
8+
9+ This should make debugging easier. It wasn't very easy to figure out
10+ where the errors originated from (because of how the actual uncaught
11+ exception only happened with many concurrent builds inside a sandbox
12+ environment that is hard to debug).
13+
14+ - Updated dependencies [ 79b0ba4]
15+ - @web/test-runner-chrome @0.18.1
16+
317## 0.20.0
418
519### Minor Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @web/test-runner" ,
3- "version" : " 0.20.0 " ,
3+ "version" : " 0.20.1 " ,
44 "publishConfig" : {
55 "access" : " public"
66 },
8181 "@web/browser-logs" : " ^0.4.0" ,
8282 "@web/config-loader" : " ^0.3.0" ,
8383 "@web/dev-server" : " ^0.4.0" ,
84- "@web/test-runner-chrome" : " ^0.18.0 " ,
84+ "@web/test-runner-chrome" : " ^0.18.1 " ,
8585 "@web/test-runner-commands" : " ^0.9.0" ,
8686 "@web/test-runner-core" : " ^0.13.0" ,
8787 "@web/test-runner-mocha" : " ^0.9.0" ,
You can’t perform that action at this time.
0 commit comments