1
0
Fork 0
forked from readeck/e2e
End to end tests for Readeck
  • Python 97%
  • HTML 1.8%
  • Makefile 0.9%
  • Shell 0.3%
Find a file
Olivier Meunier 9b52600557
OAuth testing
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
2025-10-11 10:53:58 +02:00
assets Replaced the data.zip with fresh contents 2025-10-10 10:45:11 +02:00
LICENSES Initial commit 2025-10-09 09:51:32 +02:00
readeck_e2e OAuth testing 2025-10-11 10:53:58 +02:00
.gitignore Initial commit 2025-10-09 09:51:32 +02:00
.python-version Initial commit 2025-10-09 09:51:32 +02:00
LICENSE Initial commit 2025-10-09 09:51:32 +02:00
Makefile Video recorder 2025-10-10 12:51:41 +02:00
pyproject.toml Video recorder 2025-10-10 12:51:41 +02:00
README.md Initial commit 2025-10-09 09:51:32 +02:00
REUSE.toml Initial commit 2025-10-09 09:51:32 +02:00
uv.lock Video recorder 2025-10-10 12:51:41 +02:00

Readeck end to end tests

This project provides the end to end tests of Readeck.

Tests are written in python and run with Playwright.