@digital-ai/devops-page-object-release 0.0.0-snapshot-20260114110019 → 0.0.0-snapshot-20260119092519

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/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @digital-ai/devops-page-object-release
2
2
 
3
- ## 0.0.0-snapshot-20260114110019
3
+ ## 0.0.0-snapshot-20260119092519
4
4
 
5
5
  ### Patch Changes
6
6
 
package/dist/main.js CHANGED
@@ -10320,13 +10320,18 @@ class $4ef41cf96a5fae4c$export$b8a61e5c71402559 {
10320
10320
 
10321
10321
 
10322
10322
 
10323
+
10323
10324
  class $258749e0671c845a$export$f14c0e3f98d164c0 extends (0, $f8721861c660dd88$export$2b65d1d97338f32b) {
10324
10325
  /**
10325
10326
  * Login with username and password
10326
10327
  * @param userName
10327
10328
  * @param password
10329
+ * @param baseUrl
10328
10330
  */ async login(userName, password) {
10329
10331
  const baseUrl = undefined;
10332
+ $kKeXs$process.stdout.write(`[ENV] TEST_ENV=${undefined}\n`);
10333
+ $kKeXs$process.stdout.write(`[ENV] BASE_URL=${undefined}\n`);
10334
+ $kKeXs$process.stdout.write(`[ENV] TEST_USERNAME=${undefined}\n`);
10330
10335
  if (!baseUrl || !userName || !password) throw new Error("Missing BASE_URL or TEST_USERNAME or TEST_PASSWORD in environment variables");
10331
10336
  await this.page.goto(baseUrl, {
10332
10337
  waitUntil: "domcontentloaded"