@bigbinary/neeto-playwright-commons 1.20.1 → 1.20.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.cjs.js CHANGED
@@ -195113,6 +195113,13 @@ const definePlaywrightConfig = (overrides) => {
195113
195113
  },
195114
195114
  dependencies: ["setup"],
195115
195115
  },
195116
+ {
195117
+ name: "lighthouse-audits",
195118
+ testDir: "e2e/lighthouse-audits",
195119
+ testMatch: "**/*.lighthouse.ts",
195120
+ use: { storageState: "e2e/auth/user.json" },
195121
+ dependencies: ["setup"],
195122
+ },
195116
195123
  { name: "cleanup credentials", testMatch: "global.teardown.ts" },
195117
195124
  ...projectOverrides,
195118
195125
  ],