Skip to content

assurka-io/pytest-assurka

Repository files navigation

pytest-assurka: A pytest plugin for Assurka Studio

Pre-Installation

The api requests use the requests package and this may need to be installed first.

pip install requests

Installation

pip install the package to your project's virtual environment. Directly from plugin folder:

pip install -e .

or pip install it from Pypi:

pip install pytest-assurka

Activate the plugin with the pytest cli with the command:

pytest --assurka-projectId={projectId} --assurka-secret={secret} --assurka-testPlanId={testPlanId}

You can get the above keys from Assurka Studio https://studio.assurka.io

Releases

No releases published

Packages

No packages published

Languages