There was an error while loading. Please reload this page.
net::ERR_HTTP2_PROTOCOL_ERROR
1 parent dacc639 commit c87f84fCopy full SHA for c87f84f
playwright.config.js
@@ -16,6 +16,9 @@ module.exports = {
16
reporter: isCI ? "github" : "list",
17
use: {
18
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,
22
},
23
projects: [
24
{
0 commit comments