@bigbinary/neeto-playwright-commons 1.20.0 → 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.js CHANGED
@@ -195093,6 +195093,13 @@ const definePlaywrightConfig = (overrides) => {
195093
195093
  },
195094
195094
  dependencies: ["setup"],
195095
195095
  },
195096
+ {
195097
+ name: "lighthouse-audits",
195098
+ testDir: "e2e/lighthouse-audits",
195099
+ testMatch: "**/*.lighthouse.ts",
195100
+ use: { storageState: "e2e/auth/user.json" },
195101
+ dependencies: ["setup"],
195102
+ },
195096
195103
  { name: "cleanup credentials", testMatch: "global.teardown.ts" },
195097
195104
  ...projectOverrides,
195098
195105
  ],