Skip to content

Commit

Permalink
feat: add overview of certification to high level Test Suite readme (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
civsiv authored Mar 8, 2024
1 parent 9df7dc9 commit ee0e44e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,15 @@ Note that running `npm start` in the root `openactive-test-suite` directory will

In order to run the tests in random mode, the target Open Booking API implementation will need to have some Opportunity data pre-loaded. Use [Test Data Generator](./packages/openactive-integration-tests/test-data-generator/) to find out how much data is needed and in what configuration.

## Certification

An OpenActive Conformance Certificate offers a mechanism by which implementing systems can prove their conformance to the OpenActive specifications. Test Suite can be configured to output a Conformance Certificate upon all tests passing.

An example conformance certificate can be found here:
https://certificates.reference-implementation.openactive.io/examples/all-features/random/

For more information about Certification please see [here](packages/openactive-integration-tests/test/certification/README.md).

# Contributing

- [Contributing to the project](./CONTRIBUTING.md)
Expand Down

0 comments on commit ee0e44e

Please sign in to comment.