https://github.com/pyreko/guya-selenium
Front-end repo for E2E testing of guya.moe
https://github.com/pyreko/guya-selenium
Last synced: about 1 month ago
JSON representation
Front-end repo for E2E testing of guya.moe
- Host: GitHub
- URL: https://github.com/pyreko/guya-selenium
- Owner: Pyreko
- License: mit
- Created: 2020-05-17T02:45:22.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-02T01:50:01.000Z (about 5 years ago)
- Last Synced: 2025-01-28T16:51:28.474Z (over 1 year ago)
- Language: Python
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# guya-selenium
Repo for E2E front-end testing of [guya.moe](https://guya.moe).
## To use
Optionally set up a venv. Then, install the requirements:
```bash
pip install -r requirements.txt
```
Next, download the appropriate drivers. Firefox needs [GeckoDriver](https://github.com/mozilla/geckodriver/releases),
Chrome needs [ChromeDriver](https://sites.google.com/a/chromium.org/chromedriver/downloads), etc. for whatever platforms you are testing.
TODO: Make controlling which drivers run easier
Finally, run via:
```bash
pytest
```
You can also mess around with flags and whatnot.