@bigbinary/neeto-playwright-commons 1.22.14 → 1.22.15

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.d.ts CHANGED
@@ -1046,9 +1046,9 @@ declare const commands: Commands;
1046
1046
  * otp: 111111,
1047
1047
  * domain: 'neetoinvoice.net',
1048
1048
  * currentUserName: 'André O'Reilly', // Depends on IS_STAGING_ENV and CREDENTIALS
1049
- * businessName: 'cpt-invoice-0322153521234', // Timestamp will be different
1050
- * subdomainName: 'cpt-invoice-0322153521234', // Timestamp will be different if IS_STAGING_ENV is true, else 'spinkart'
1051
- * email: 'cpt12345+invoice+0322153521234@bigbinary.com' // OTP bypass key will be included if IS_STAGING_ENV is true, else CREDENTIALS.email
1049
+ * businessName: 'cpt-invoice-0508-2049-43267-1', // Format: cpt-{product}-{DDMM}-{HHmm}-{ssSSS}-{jobIndex}
1050
+ * subdomainName: 'cpt-invoice-0508-2049-43267-1', // Timestamp will be different if IS_STAGING_ENV is true, else 'spinkart'
1051
+ * email: 'cpt12345+invoice+0508-2049-43267-1@bigbinary.com' // OTP bypass key will be included if IS_STAGING_ENV is true, else CREDENTIALS.email
1052
1052
  * }
1053
1053
  *
1054
1054
  * @endexample