Metadata-Version: 2.1
Name: screenpy-adapter-allure
Version: 4.0.3
Summary: An adapter for the microphone of ScreenPy's Narrator which sends logs to Allure.
Home-page: https://github.com/ScreenPyHQ/screenpy_adapter_allure
License: MIT
Author: Perry Goy
Author-email: perry.goy@gmail.com
Maintainer: Gabe Langton
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Testing :: BDD
Provides-Extra: dev
Provides-Extra: dev-all
Provides-Extra: test
Requires-Dist: allure-pytest (>=2.13.1)
Requires-Dist: black ; extra == "dev-all"
Requires-Dist: coverage ; extra == "dev-all" or extra == "test"
Requires-Dist: flake8 ; extra == "dev-all"
Requires-Dist: importlib_metadata ; python_full_version >= "3.8.0" and python_full_version < "3.9.0"
Requires-Dist: isort ; extra == "dev-all"
Requires-Dist: mypy ; extra == "dev-all"
Requires-Dist: pre-commit ; extra == "dev" or extra == "dev-all"
Requires-Dist: pylint ; extra == "dev" or extra == "dev-all"
Requires-Dist: pytest ; extra == "dev" or extra == "dev-all" or extra == "test"
Requires-Dist: screenpy (>=4.0.2)
Requires-Dist: tox ; extra == "dev" or extra == "dev-all"
Project-URL: Documentation, https://screenpy-adapter-allure-docs.readthedocs.io/
Project-URL: Repository, https://github.com/ScreenPyHQ/screenpy_adapter_allure
Description-Content-Type: text/markdown

ScreenPy Adapter: Allure
========================

```
TITLE CARD:
                         "ScreenPy Adapter: Allure"
TITLE DISAPPEARS.
                                                                      FADE IN:
INT. DOCUMENTATION - UNKNOWN TIME

A recording room door opens and AUDIENCE peeks inside. AUDIENCE quietly steps
over cords and around chairs, approaching the switchboard. NARRATOR quietly
resumes their guidance.

                              NARRATOR (V.O.)
            Ah, this is one of the Adapters for my microphone. This
            one sends them to an Allure report.

                              AUDIENCE
                              (hushed)
            You mean you have a literal microphone, and that's how
            you're talking to me? I thought I had been stingy to
            some tester and you were the first of three spirits.

                              NARRATOR (V.O.)
            Not a literal microphone, but it's a helpful metaphor.

                              AUDIENCE
                              (hushed)
            That's not as helpful as you think it is, when your
            voice is in my head.

A beat, as AUDIENCE looks appraisingly at the equipment.

                              AUDIENCE (CONT'D)
                              (hushed)
            This looks complicated. I'm leaving now.

                              NARRATOR (V.O.)
            Let's turn left outside the door...

                                                                      FADE OUT
```


Installation
------------
    pip install screenpy_adapter_allure

or

    pip install screenpy[allure]


Documentation
----------
Please check out the [Read The Docs documentation](https://screenpy-adapter-allure-docs.readthedocs.io/en/latest/) for the latest information about this module!

You can also read the [ScreenPy Docs](https://screenpy-docs.readthedocs.io/en/latest/) for more information about ScreenPy in general.


Contributing
------------
You want to contribute? Great! Here are the things you should do before submitting your PR:

1. Install [`pre-commit`](https://pre-commit.com/)
1. run `pre-commit install` once.
1. run `tox` to perform tests frequently.

That's it! :)

