Quick start
Yet another selenium wd wrapper
1. Requirements
2. Install
$ git clone git@github.com:Aurococcus/wasd.git
$ cd wasd
$ pip install .$ pip install wasd3. Setup
$ mkdir my_project && cd my_project
# activate venv e.g. $ pyenv local my_venv
$ pip install wasd
$ wasd scaffold
$ invoke selenoid.up # if using Selenoid
$ pytest tests4. Configure
5. Write a test
6. Run

7. CLI options
Last updated