Automated tests on Pytest
Quick start guide to integrate Automated tests on BrowserStack Accessibility Testing with Pytest.
Prerequisites
- You have Pytest version 4 or above, Python3, and Pip3 installed.
- You have a pre-existing Pytest test suite integrated with BrowserStack Automate.
Integrate with Automated tests
Follow these steps to get started with adding Automated tests to your test suite:
The minimum version of BrowserStack SDK that supports Automated tests is 1.19.14
.
Install BrowserStack Pytest SDK
Execute the following commands to install the BrowserStack Pytest SDK.
Create the browserstack.yml file
You’ll have to create the browserstack.yml
file as in the following sample. Else, verify that your config file has all the required key-value pairs.
Especially, ensure to add the accessibility
flag at the end of the browserstack.yml
file.
Create the browserstack.yml
file in the root folder of your test suite if it doesn’t exist.
The projectName
and buildName
config must be static and not change across different runs of the same build. This is a deviation in approach as specified by BrowserStack Automate since Automated tests will automatically identify different build runs.
-
Accessibility testing runs only on Desktops (Mac & Windows) with Chrome 100 & above on Automate.
-
Window handle commands might cause instability to Automated Tests. If you face issues, consider removing window handle commands or contact support.
Run your suite with Automated tests
Prepend browserstack-sdk
to your existing run commands to execute your tests on BrowserStack using the Pytest SDK.
You can check the Accessibility report for your build through the Automated tests page.
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
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!