@bigbinary/neeto-playwright-commons 1.26.21 → 1.26.23
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 +11 -3
- package/index.cjs.js.map +1 -1
- package/index.js +11 -3
- package/index.js.map +1 -1
- package/package.json +3 -2
package/index.cjs.js
CHANGED
|
@@ -124836,9 +124836,6 @@ const definePlaywrightConfig = (overrides) => {
|
|
|
124836
124836
|
timezoneId: "Asia/Calcutta",
|
|
124837
124837
|
geolocation: { latitude: 18.553187, longitude: 73.948313 }, // BB Pune office
|
|
124838
124838
|
permissions: ["geolocation"],
|
|
124839
|
-
launchOptions: {
|
|
124840
|
-
args: ["--js-flags=--max-old-space-size=6144"],
|
|
124841
|
-
},
|
|
124842
124839
|
...useOverrides,
|
|
124843
124840
|
},
|
|
124844
124841
|
projects: useCustomProjects
|
|
@@ -124854,6 +124851,17 @@ const definePlaywrightConfig = (overrides) => {
|
|
|
124854
124851
|
use: {
|
|
124855
124852
|
...test.devices["Desktop Chrome"],
|
|
124856
124853
|
storageState: STORAGE_STATE,
|
|
124854
|
+
launchOptions: {
|
|
124855
|
+
args: ["--js-flags=--max-old-space-size=6144"],
|
|
124856
|
+
},
|
|
124857
|
+
},
|
|
124858
|
+
dependencies: ["setup"],
|
|
124859
|
+
},
|
|
124860
|
+
{
|
|
124861
|
+
name: "webkit",
|
|
124862
|
+
use: {
|
|
124863
|
+
...test.devices["Desktop Safari"],
|
|
124864
|
+
storageState: STORAGE_STATE,
|
|
124857
124865
|
},
|
|
124858
124866
|
dependencies: ["setup"],
|
|
124859
124867
|
},
|