We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d423cad commit a40b416Copy full SHA for a40b416
packages/tests-e2e/playwright.config.js
@@ -31,6 +31,9 @@ export default defineConfig({
31
},
32
33
],
34
+ // Workaround for https://github.com/microsoft/playwright/issues/36371
35
+ // It seems to be failing in our Github action
36
+ // https://github.com/opennextjs/opennextjs-aws/actions/runs/19116336570/job/54627469525#step:15:171
37
use: {
38
launchOptions: {
39
args: [
0 commit comments