@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.cjs.js
CHANGED
|
@@ -124857,6 +124857,14 @@ const definePlaywrightConfig = (overrides) => {
|
|
|
124857
124857
|
},
|
|
124858
124858
|
dependencies: ["setup"],
|
|
124859
124859
|
},
|
|
124860
|
+
{
|
|
124861
|
+
name: "webkit",
|
|
124862
|
+
use: {
|
|
124863
|
+
...test.devices["Desktop Safari"],
|
|
124864
|
+
storageState: STORAGE_STATE,
|
|
124865
|
+
},
|
|
124866
|
+
dependencies: ["setup"],
|
|
124867
|
+
},
|
|
124860
124868
|
{
|
|
124861
124869
|
name: "lighthouse-audits",
|
|
124862
124870
|
testDir: "e2e/lighthouse-audits",
|