PyTest
Guidelines for pytest-handshakes reporter
BETA
NEW
This is the documentation for adding the handshake reporter to your pytest automation framework.
Possibilities
Setup
Download Handshakes:
pip install handshakes
Run your pytest suite, pytest will recognize our plugin once "handshakes" is installed
PYPI Package - https://pypi.org/project/handshakes/#description
Extras
Excel Exporter -
pip install handshakes[excel-export]
- Allows users to export the test results to Excel
Exports
Last updated