TITLE CARD:
"ScreenPy Appium"
TITLE DISAPPEARS.
FADE IN:
INT. DOCUMENTATION - MIDNIGHT
Camera fades in on a white, slightly curved wall. AUDIENCE enters from a
hidden door and stumbles, sliding down the smooth surface - this room is
spherical. The door closes and disappears again.
AUDIENCE
(surprised)
Whoa! What is this place?
In the center of the sphere floats a many-armed robot, interacting with
dozens of nearby gadgets. They whir, whizz, and flash lights as the robot
twitches knobs and toggles levers.
NARRATOR (V.O.)
This is the Appium extension module. Appium allows you to
automate many different kinds of devices. This module
allows your Actors to interact with it.
AUDIENCE observes the robot warily, yet a fascinated expression creeps
onto their face. A beat, then AUDIENCE shakes their head to snap out of
it. AUDIENCE looks around, confused.
AUDIENCE
Uh, so how do we get out of here?
As if summoned by the question, a round aperture opens in the floor
beneath the robot, and an elevator appears. AUDIENCE cautiously steps
onto it and suddenly descends out of frame.
FADE OUT
pip install screenpy_appium
or
pip install screenpy[appium]
Please check out the Read The Docs documentation for the latest information about this module!
You can also read the ScreenPy Docs for more information about ScreenPy in general.
You want to contribute? Great! Here are the things you should do before submitting your PR:
- Fork the repo and git clone your fork.
dev
install the project package:pip install -e .[dev]
- Optional (poetry users):
poetry install --extras dev
- Run
pre-commit install
once. - Run
tox
to perform tests frequently. - Create pull-request from your branch.
That's it! :)