PyTest

Guidelines for pytest-handshakes reporter

BETA

NEW

This is the documentation for adding the handshake reporter to your pytest automation framework.

Possibilities


Setup


  1. Download Handshakes: pip install handshakes

  2. Run your pytest suite, pytest will recognize our plugin once "handshakes" is installed

PYPI Package - https://pypi.org/project/handshakes/#description

Extras


  1. Excel Exporter - pip install handshakes[excel-export] - Allows users to export the test results to Excel

Exports


Last updated