forked from readeck/e2e
End to end tests for Readeck
- Python 97%
- HTML 1.8%
- Makefile 0.9%
- Shell 0.3%
This provides a step by step breakdown of the oauth flow. - test_oauth: test the flow until we have an access token - test_oauth_denied: check that the client receives the error value in the redirect URI when the user denies the authorization |
||
|---|---|---|
| assets | ||
| LICENSES | ||
| readeck_e2e | ||
| .gitignore | ||
| .python-version | ||
| LICENSE | ||
| Makefile | ||
| pyproject.toml | ||
| README.md | ||
| REUSE.toml | ||
| uv.lock | ||
Readeck end to end tests
This project provides the end to end tests of Readeck.
Tests are written in python and run with Playwright.