Skip to content

App Accessibility changes#2

Open
Bhargavi-BS wants to merge 19 commits intonightwatch-bu-TRAfrom
nightwatch-app-accessibility
Open

App Accessibility changes#2
Bhargavi-BS wants to merge 19 commits intonightwatch-bu-TRAfrom
nightwatch-app-accessibility

Conversation

@Bhargavi-BS
Copy link
Copy Markdown
Owner

No description provided.


eventBroadcaster.on('TestRunStarted', async (test) => {
process.env.VALID_ALLY_PLATFORM = accessibilityAutomation.validateA11yCaps(browser);
process.env.VALID_ALLY_PLATFORM = process.env.BROWSERSTACK_APP_AUTOMATE? accessibilityAutomation.validateAppA11yCaps(test.metadata.sessionCapabilities) : accessibilityAutomation.validateA11yCaps(browser);
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix lint

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Bhargavi-BS and others added 10 commits December 3, 2025 19:28
* TRA changes

* changes for testMap implementation

* added EOF lines

* TRA changes

* TRA changes pt.3

* fix: lint error

* accessibility changes

* fix: lint error

* minor change

* minor change

* fix:lint errors

* added null checks

* review changes pt.1

* minor change

* fix: static testMap added

* minor change

* minor change in try-catch

* temp: fallback for old core version

* eslintrc change

* fix for double test events in cucumber runner

* env var name changed

* minor changes

* removed the fallback and added alternative

* review changes pt.2

* Update src/utils/testMap.js

Co-authored-by: Amaan Hakim <89768375+amaanbs@users.noreply.github.com>

* review changes pt.3

* review changes pt.4

* minor change

* fix: lint issues

* fixed the UTs

* minor change

* review changes pt.5

* fixed lint issues

* minor log change

* minor change

* fix for wrong product map

* minor change

* fix for handling a edge case

* fix for the timeout issue

---------

Co-authored-by: Amaan Hakim <89768375+amaanbs@users.noreply.github.com>
…r functions (nightwatchjs#45)

* feat: Add glob dependency and refactor glob pattern matching in helper functions

* Glob Version update

* Eslint Fix
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.

5 participants