chore: update dependencies and improve element logging - #196
Open
AlexGalichenko wants to merge 1 commit into
Open
chore: update dependencies and improve element logging#196AlexGalichenko wants to merge 1 commit into
AlexGalichenko wants to merge 1 commit into
Conversation
- 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.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Updated devDependencies in package.json:
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:
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!