From ee2f7e8ab6f799db3dd8405225b9c6562c6d25ce Mon Sep 17 00:00:00 2001 From: Sarrvesh Malthane Date: Tue, 4 Feb 2025 17:54:30 +0530 Subject: [PATCH] added app accessibility flag --- android/testng-examples/browserstack.yml | 13 +++++++++++++ ios/testng-examples/browserstack.yml | 13 +++++++++++++ 2 files changed, 26 insertions(+) diff --git a/android/testng-examples/browserstack.yml b/android/testng-examples/browserstack.yml index 8451886..acde2e1 100644 --- a/android/testng-examples/browserstack.yml +++ b/android/testng-examples/browserstack.yml @@ -77,3 +77,16 @@ debug: false # # Set to true if you need screenshots for every seleniu networkLogs: false # Set to true to enable HAR logs capturing consoleLogs: errors # 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 diff --git a/ios/testng-examples/browserstack.yml b/ios/testng-examples/browserstack.yml index 3ed4d02..9db5bf9 100644 --- a/ios/testng-examples/browserstack.yml +++ b/ios/testng-examples/browserstack.yml @@ -77,3 +77,16 @@ debug: false # # Set to true if you need screenshots for every seleniu networkLogs: false # Set to true to enable HAR logs capturing consoleLogs: errors # 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 \ No newline at end of file