PyTest
Testery supports the PyTest testing framework. The pytest
framework makes it easy to write small, readable tests, and can scale to support complex functional testing for applications and libraries.
In order to eliminate package conflicts, Testery does not install the pytest
nor pytest-selenium
packages by default. If your tests require these packages, make sure to include them in your requirements.txt
.
PreviousUpdate Playwright Tests to Output in JUnit XML Format for Import Into TesteryNextUpdate Pytest to Generate JUnit XML for Import into Testery
Last updated