Automated report on implementations of the Ariadne Spec
 
 
Go to file
Yarmo Mackenbach f583798b94
Redact basic_auth credentials for export
2022-10-30 17:57:02 +01:00
src Redact basic_auth credentials for export 2022-10-30 17:57:02 +01:00
templates Initial commit 2022-10-10 16:58:59 +02:00
.gitignore Initial commit 2022-10-10 16:58:59 +02:00
Cargo.lock Add webhooks 2022-10-25 17:48:31 +02:00
Cargo.toml Add webhooks 2022-10-25 17:48:31 +02:00
README.md Add webhooks 2022-10-25 17:48:31 +02:00
config.template.toml Add webhooks 2022-10-25 17:48:31 +02:00

README.md

ariadne-implementation-test-suite

Automated report on implementations of the Ariadne Spec

Report publicly available on https://tests.ariadne.id

Inspired by:

Usage

Configuration

Make a copy of the config.template.toml file and name it config.toml.

At least one drivers item is required.

For simple testing

cargo run

For HTML report generation

cargo run -- --export-html

Exports a HTML report stored in public/index.html.

For webhook triggering

Useful for automated continuous checking of known working identity claims. Will detect when service providers make changes that interfere with account verification.

cargo run -- --trigger-webhooks

Specify at least one webhooks item.