Skip to content

Added app accessibility flag #38

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions android/testng-examples/browserstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,16 @@ debug: false # <boolean> # Set to true if you need screenshots for every seleniu
networkLogs: false # <boolean> Set to true to enable HAR logs capturing
consoleLogs: errors # <string> Remote browser's console debug levels to be printed (Default: errors)
# Available options are `disable`, `errors`, `warnings`, `info`, `verbose` (Default: errors)

# Accessibility testing-related configurations
accessibility: false
# accessibilityOptions:
# Scanner configuration: WCAG version
# Optional: wcag2a / wcag2aa / wcag21a / wcag21aa / wcag21aaa
# Default: wcag21aa
# wcagVersion: wcag21aa
# Scanner configuration: Include Best practices issues
# Optional boolean to include best practice issues (`default: false`)
# true/false
# includeIssueType:
# bestPractice: false
13 changes: 13 additions & 0 deletions ios/testng-examples/browserstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,16 @@ debug: false # <boolean> # Set to true if you need screenshots for every seleniu
networkLogs: false # <boolean> Set to true to enable HAR logs capturing
consoleLogs: errors # <string> Remote browser's console debug levels to be printed (Default: errors)
# Available options are `disable`, `errors`, `warnings`, `info`, `verbose` (Default: errors)

# Accessibility testing-related configurations
accessibility: false
# accessibilityOptions:
# Scanner configuration: WCAG version
# Optional: wcag2a / wcag2aa / wcag21a / wcag21aa / wcag21aaa
# Default: wcag21aa
# wcagVersion: wcag21aa
# Scanner configuration: Include Best practices issues
# Optional boolean to include best practice issues (`default: false`)
# true/false
# includeIssueType:
# bestPractice: false