@bigbinary/neeto-playwright-commons 1.8.20 → 1.8.21
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 +3 -0
- package/index.cjs.js.map +1 -1
- package/index.js +3 -0
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.cjs.js
CHANGED
|
@@ -11522,6 +11522,9 @@ const definePlaywrightConfig = (overrides) => {
|
|
|
11522
11522
|
video: { mode: "on", size: { width: 1200, height: 1200 } },
|
|
11523
11523
|
screenshot: "on",
|
|
11524
11524
|
actionTimeout: 10 * 1000,
|
|
11525
|
+
timezoneId: "Asia/Calcutta",
|
|
11526
|
+
geolocation: { latitude: 18.553187, longitude: 73.948313 }, // BB Pune office
|
|
11527
|
+
permissions: ["geolocation"],
|
|
11525
11528
|
...useOverrides,
|
|
11526
11529
|
},
|
|
11527
11530
|
projects: useCustomProjects
|