Skip to content

Refactored Test Suite Format

Scott Malley requested to merge update-test-suite into master

I have refactored the test suite format and added the dependencies necessary to start writing actual tests.

Participants who want to add their API to the test suite can add it under participants/<name> and include their examples under participants/<name>/credentials and participants/<name>/sealed_credentials.

The test suite will loop over all participants and test their own examples against their API, then test other participant examples against their api.

There is still a lot of work to do. I would like to add some dummy p12 files to each participant so we can test the key-import endpoint of the eidas bridge, and of course the actual tests are still missing. This is just a start.

Merge request reports