Skip to main content
Experience faster, smarter testing with BrowserStack AI Agents. See what your workflow’s been missing. Explore now!
No Result Found
Connect & Get help from fellow developers on our Discord community. Ask the CommunityAsk the Community

Troubleshoot report generation issues with automated tests

Learn how to fix issues where App Accessibility automated test reports fail to generate when using Android devices.

Issue

App Accessibility automated test reports fail to generate when using Android devices.

Cause

This issue is caused by the disableSuppressAccessibilityService: false capability. When this capability is set in your test configuration, it interferes with the App Accessibility testing framework’s ability to analyze and generate reports.

The disableSuppressAccessibilityService capability is used to control accessibility services when running automated tests. When set to false, it prevents accessibility services from being suppressed, which can interfere with App Accessibility test report generation on Android devices.

Resolution

To resolve this issue, remove the disableSuppressAccessibilityService capability from your test configuration:

  1. Open your test configuration file: This is where you define test capabilities (generally your test setup or configuration file).

  2. Remove the disableSuppressAccessibilityService capability:

    ...
    capabilities: {
      'bstack:options': {
       ... // Other capabilities
      },
      'appium:disableSuppressAccessibilityService': false  // Remove this line
    }
    
  3. Verify the fix: Run your App Accessibility tests again on Android devices.

  4. Confirm the resolution: Check the App Accessibility testing dashboard to ensure that accessibility reports are now being generated successfully.

We're sorry to hear that. Please share your feedback so we can do better

Contact our Support team for immediate help while we work on improving our docs.

We're continuously improving our docs. We'd love to know what you liked





Thank you for your valuable feedback

Is this page helping you?

Yes
No

We're sorry to hear that. Please share your feedback so we can do better

Contact our Support team for immediate help while we work on improving our docs.

We're continuously improving our docs. We'd love to know what you liked





Thank you for your valuable feedback!

Talk to an Expert
Download Copy Check Circle