--- title: Qvisqve integration tests author: Lars Wirzenius / QvarnLabs Ab date: work in progress ... # Introduction This is an integration test suite for Qvisqve, an authorization server and identity provider. # Version checking This scenario tests whether Qvisqve reports it version. This is not useful as such, but it makes sure we can start and stop Qvisqve, and that all the request routing works, and so on. SCENARIO Qvisqve reports its version GIVEN a Qvisqve configuration for "https://qvisqve.example.com" AND a running Qvisqve instance WHEN client requests GET /version without token THEN HTTP status code is 200 OK FINALLY Qvisqve is stopped