@bigbinary/neeto-playwright-commons 1.26.21 → 1.26.22
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 +8 -0
- package/index.cjs.js.map +1 -1
- package/index.js +8 -0
- package/index.js.map +1 -1
- package/package.json +3 -2
package/index.js
CHANGED
|
@@ -124836,6 +124836,14 @@ const definePlaywrightConfig = (overrides) => {
|
|
|
124836
124836
|
},
|
|
124837
124837
|
dependencies: ["setup"],
|
|
124838
124838
|
},
|
|
124839
|
+
{
|
|
124840
|
+
name: "webkit",
|
|
124841
|
+
use: {
|
|
124842
|
+
...devices["Desktop Safari"],
|
|
124843
|
+
storageState: STORAGE_STATE,
|
|
124844
|
+
},
|
|
124845
|
+
dependencies: ["setup"],
|
|
124846
|
+
},
|
|
124839
124847
|
{
|
|
124840
124848
|
name: "lighthouse-audits",
|
|
124841
124849
|
testDir: "e2e/lighthouse-audits",
|