@bigbinary/neeto-playwright-commons 1.19.2 → 1.19.3
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 +1 -0
- package/index.cjs.js.map +1 -1
- package/index.js +1 -0
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.cjs.js
CHANGED
|
@@ -194806,6 +194806,7 @@ const definePlaywrightConfig = (overrides) => {
|
|
|
194806
194806
|
testIdAttribute: "data-cy",
|
|
194807
194807
|
trace: "on",
|
|
194808
194808
|
screenshot: "on",
|
|
194809
|
+
video: "on",
|
|
194809
194810
|
actionTimeout: 10 * 1000,
|
|
194810
194811
|
timezoneId: "Asia/Calcutta",
|
|
194811
194812
|
geolocation: { latitude: 18.553187, longitude: 73.948313 }, // BB Pune office
|