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 297028b commit 6fa543cCopy full SHA for 6fa543c
playwright.config.js
@@ -1,5 +1,6 @@
1
"use strict";
2
3
+/** @type { import('@playwright/test').PlaywrightTestConfig} */
4
module.exports = {
5
globalSetup: require.resolve("./scripts/setupPlaywright.js"),
6
testIgnore: "**/*.ignore.*",
0 commit comments