mirror of
https://codeberg.org/pfzetto/axum-oidc
synced 2025-12-08 06:05:16 +01:00
feat: automated integration test for example/basic
Adds automated CI integration tests to the basic example. The integration tests launch and configure a keycloak server, launch the example and test its functionality with a headless browser.
This commit is contained in:
parent
c9f63180b3
commit
e62aba722c
7 changed files with 402 additions and 80 deletions
|
|
@ -13,3 +13,11 @@ tower = "0.4"
|
|||
tower-sessions = "0.12"
|
||||
|
||||
dotenvy = "0.15"
|
||||
|
||||
[dev-dependencies]
|
||||
testcontainers = "0.15.0"
|
||||
tokio = { version = "1.37.0", features = ["rt-multi-thread"] }
|
||||
reqwest = { version = "0.12", features = ["rustls-tls"], default-features = false }
|
||||
env_logger = "0.11.3"
|
||||
log = "0.4.21"
|
||||
headless_chrome = "1.0.9"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue