Hello, does AIO Reporter support the pytest framework for automatically generating test results? I referred the documentation and figured out Behave (Python) if yes please let me know thank you
top of page
To see this working, head to your live site.
2 Comments
Commenting on this post isn't available anymore. Contact the site owner for more info.
bottom of page
Hello @Keith,
There are two ways to report results from the pytest framework.
Pytest is capable of generating Junit report, which can be imported in AIO and the results can be read from the file. To send the report one of AIO Tests APIs can be used or you can use one of our plugins like the Jenkins or the Azure Devops plugins, in case you are using them for CI/CD
AIO Tests APIs can be directly called in after hooks of the framework if available.
Hope that hepls.
-Niharika