Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pyreko/guya-selenium
Front-end repo for E2E testing of guya.moe
https://github.com/pyreko/guya-selenium
Last synced: 9 days 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-02T01:50:01.000Z (over 3 years ago)
- Last Synced: 2023-03-06T07:32:32.671Z (almost 2 years 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.