/guya-selenium

Front-end repo for E2E testing of guya.moe

Primary LanguagePythonMIT LicenseMIT

guya-selenium

Repo for E2E front-end testing of guya.moe.

To use

Optionally set up a venv. Then, install the requirements:

pip install -r requirements.txt

Next, download the appropriate drivers. Firefox needs GeckoDriver, Chrome needs ChromeDriver, etc. for whatever platforms you are testing.

TODO: Make controlling which drivers run easier

Finally, run via:

pytest

You can also mess around with flags and whatnot.