Skip to content

Commit c87f84f

Browse files
committed
chore: fix net::ERR_HTTP2_PROTOCOL_ERROR failure on ci
1 parent dacc639 commit c87f84f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

playwright.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ module.exports = {
1616
reporter: isCI ? "github" : "list",
1717
use: {
1818
trace: "on-first-retry",
19+
// fixes: net::ERR_HTTP2_PROTOCOL_ERROR
20+
// https://github.com/webpack/webpack-dev-server/actions/runs/10043417455/job/27756147116#step:10:297
21+
ignoreHTTPSErrors: true,
1922
},
2023
projects: [
2124
{

0 commit comments

Comments
 (0)