Metadata-Version: 2.1
Name: screenpy-playwright
Version: 0.0.1
Summary: ScreenPy extension to enable interacting with Playwright.
Home-page: https://github.com/ScreenPyHQ/screenpy_playwright
Author: Perry Goy
Author-email: perry.goy@gmail.com
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Testing :: BDD
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
License-File: LICENSE

ScreenPy Playwright
===================
```
TITLE CARD:
                               "ScreenPy Playwright"
TITLE DISAPPEARS.
                                                                      FADE IN:
INT. DOCUMENTATION - GLOAMING

Scene settles on an UNKNOWN MAN, feverishly writing with an overly fancy
quill at a writing desk. Several crumpled papers are around him, but there
is a sizeable stack intact, scrawled with text. The writing desk is butted
against a large window, with a beautiful view of the dwindling sunset.
Bookshelves crammed with books flank the window; it is clear the books are
frequently taken down and put back in different spots. AUDIENCE gently opens
a nearby door.

                              AUDIENCE
                              (whispering)
            Oh! Excuse me, i didn't mean to intrude.

The UNKNOWN MAN does not look up, as if he did not hear AUDIENCE. He continues
writing.

                              NARRATOR (V.O.)
            This young man is the Playwright extension for
            ScreenPy. He is relatively new here, but he has
            quite a large reputation backing him.

                              AUDIENCE
            Can he hear me? And wait, he's a real man?

                              NARRATOR (V.O.)
            He is singularly focused. He is real, in a sense.

                              AUDIENCE
            Does he ever, y'know... eat? Sleep?

                              NARRATOR (V.O.)
            No.

                              AUDIENCE
            All right, you've got a strange definition of "real."

AUDIENCE takes one last look at PLAYWRIGHT before leaving, softly closing
the door behind them.

                                                                      FADE OUT
```


Installation
------------
    pip install screenpy_playwright

or

    pip install screenpy[playwright]


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


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! :)
