Metadata-Version: 2.1
Name: pytest-assurka
Version: 0.2.6
Summary: A pytest plugin for Assurka Studio
Home-page: https://github.com/assurka-io/pytest-assurka
Keywords: testing,development,pytest,assurka,assurka_io
Author: Assurka Limited
Requires-Python: >=3.7,<4.0
Classifier: Framework :: Pytest
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: requests (>=2.24.0,<3.0.0)
Project-URL: Homepage, https://www.assurka.io
Project-URL: Repository, https://github.com/assurka-io/pytest-assurka
Project-URL: Studio, https://studio.assurka.io
Description-Content-Type: text/markdown

# 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:


```bash
pip install -e .
```

or pip install it from Pypi:
```bash
pip install pytest-assurka
```

Activate the plugin with the pytest cli with the command:

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

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