File tree 6 files changed +40
-35
lines changed
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 1
1
# @web/test-runner-chrome
2
2
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
+
3
26
## 0.18.0
4
27
5
28
### Minor Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @web/test-runner-chrome" ,
3
- "version" : " 0.18.0 " ,
3
+ "version" : " 0.18.1 " ,
4
4
"publishConfig" : {
5
5
"access" : " public"
6
6
},
Original file line number Diff line number Diff line change 1
1
# @web/test-runner
2
2
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
+
3
17
## 0.20.0
4
18
5
19
### Minor Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @web/test-runner" ,
3
- "version" : " 0.20.0 " ,
3
+ "version" : " 0.20.1 " ,
4
4
"publishConfig" : {
5
5
"access" : " public"
6
6
},
81
81
"@web/browser-logs" : " ^0.4.0" ,
82
82
"@web/config-loader" : " ^0.3.0" ,
83
83
"@web/dev-server" : " ^0.4.0" ,
84
- "@web/test-runner-chrome" : " ^0.18.0 " ,
84
+ "@web/test-runner-chrome" : " ^0.18.1 " ,
85
85
"@web/test-runner-commands" : " ^0.9.0" ,
86
86
"@web/test-runner-core" : " ^0.13.0" ,
87
87
"@web/test-runner-mocha" : " ^0.9.0" ,
You can’t perform that action at this time.
0 commit comments