Skip to content

chore: update dependencies and improve element logging - #196

Open
AlexGalichenko wants to merge 1 commit into
mainfrom
fix-collection-logs
Open

chore: update dependencies and improve element logging#196
AlexGalichenko wants to merge 1 commit into
mainfrom
fix-collection-logs

Conversation

@AlexGalichenko

Copy link
Copy Markdown
Contributor
  • Updated devDependencies in package.json:

    • @cucumber/cucumber to ^13.0.0
    • @qavajs/console-formatter to ^1.2.1
    • @qavajs/core to ^2.16.0
    • @qavajs/html-formatter to ^1.3.0
    • typescript to ^6.0.3
    • vitest to ^4.1.8
  • Updated webdriverio to ^9.28.0

  • Enhanced element logging in src/pageObject.ts to support native selectors and improved logging format.

  • Added new scenario outline in pollValidation.feature to validate the number of elements in a collection.

  • Introduced NonExistingElement locator in test-e2e/page_object/index.ts for testing purposes.

Before submitting this PR, please ensure that you have completed the following:

  • Updated the CHANGELOG.md.
  • Checked that there aren't other open pull requests for the same issue/update.
  • Checked that your contribution follows the project's contribution guidelines.
  • Added corresponding unit/E2E tests
  • Unit and E2E pass

Description

Please describe your changes and any new features you're introducing, or issues you're fixing.

Related Issues

Please link any related issues or bug reports that this PR will address.


Thank you for your contribution!

- Updated devDependencies in package.json:
  - @cucumber/cucumber to ^13.0.0
  - @qavajs/console-formatter to ^1.2.1
  - @qavajs/core to ^2.16.0
  - @qavajs/html-formatter to ^1.3.0
  - typescript to ^6.0.3
  - vitest to ^4.1.8
- Updated webdriverio to ^9.28.0

- Enhanced element logging in src/pageObject.ts to support native selectors and improved logging format.
- Added new scenario outline in pollValidation.feature to validate the number of elements in a collection.
- Introduced NonExistingElement locator in test-e2e/page_object/index.ts for testing purposes.
@sonarqubecloud

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant