initry is a reporting system for test automation frameworks. It stores test results and has user-frinedly web interface for reviewing.
A test automation framework executes test cases and sends test details to initry. initry is bundled with a special middleware
, a plugin for a specific test framework. Middleware operates as a mediator between framework and initry. Test results from the framework are parsed to initry via plugin, then initry stores data in the database.
pytest
- test framework is installedpytest-initry
- middleware is installed (a plugin forpytest
)pytest.ini
- a configuration file forpytest
that includes the plugin settings and located in the tests directory
On pytest
run:
pytest results parsed to pytest-initry plugin then to initry and stored in the database.
Framework | Middleware |
---|---|
pytest | pytest-initry |