You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We then coded tests - at least one test per MI - resulting in a total of 22 tests. The code for the tests is available, as well as a narrative description of how the tests gather the metadata that is evaluated by the test.
Generation 2 MI Tests are web interfaces that respond to an HTTP GET call with a openAPI-compliant YAML descriptor of their interface, and respond to a POST of a simple piece of JSON:
{"subject": "%GUID"}
by executing the test. Test results are returned in JSON.
A detailed description of these behaviours, and how to create a new MI test, is available on the main Maturity Indicator's Site