Allure2: A GUI for your code tests
In my previous post I touched on the basics of how you can use pytest to test your code. In this post I’ll be covering how you can use Allure2 to prettify your pytest results. Allure2 Adapter for pytest The first thing we need to is install the Allure adapter for Pytest. As the documentation states, this repository contains a plugin for py.tes...