@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.js
CHANGED
|
@@ -194786,6 +194786,7 @@ const definePlaywrightConfig = (overrides) => {
|
|
|
194786
194786
|
testIdAttribute: "data-cy",
|
|
194787
194787
|
trace: "on",
|
|
194788
194788
|
screenshot: "on",
|
|
194789
|
+
video: "on",
|
|
194789
194790
|
actionTimeout: 10 * 1000,
|
|
194790
194791
|
timezoneId: "Asia/Calcutta",
|
|
194791
194792
|
geolocation: { latitude: 18.553187, longitude: 73.948313 }, // BB Pune office
|