@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.js
CHANGED
|
@@ -124815,9 +124815,6 @@ const definePlaywrightConfig = (overrides) => {
|
|
|
124815
124815
|
timezoneId: "Asia/Calcutta",
|
|
124816
124816
|
geolocation: { latitude: 18.553187, longitude: 73.948313 }, // BB Pune office
|
|
124817
124817
|
permissions: ["geolocation"],
|
|
124818
|
-
launchOptions: {
|
|
124819
|
-
args: ["--js-flags=--max-old-space-size=6144"],
|
|
124820
|
-
},
|
|
124821
124818
|
...useOverrides,
|
|
124822
124819
|
},
|
|
124823
124820
|
projects: useCustomProjects
|
|
@@ -124833,6 +124830,17 @@ const definePlaywrightConfig = (overrides) => {
|
|
|
124833
124830
|
use: {
|
|
124834
124831
|
...devices["Desktop Chrome"],
|
|
124835
124832
|
storageState: STORAGE_STATE,
|
|
124833
|
+
launchOptions: {
|
|
124834
|
+
args: ["--js-flags=--max-old-space-size=6144"],
|
|
124835
|
+
},
|
|
124836
|
+
},
|
|
124837
|
+
dependencies: ["setup"],
|
|
124838
|
+
},
|
|
124839
|
+
{
|
|
124840
|
+
name: "webkit",
|
|
124841
|
+
use: {
|
|
124842
|
+
...devices["Desktop Safari"],
|
|
124843
|
+
storageState: STORAGE_STATE,
|
|
124836
124844
|
},
|
|
124837
124845
|
dependencies: ["setup"],
|
|
124838
124846
|
},
|