Cumulocity-IoT / cumulocity-cypress

Collection of commands and utilities to be used for automating tests for Cumulocity with Cypress.
Apache License 2.0
8 stars 2 forks source link

Support version annotations for test cases #120

Closed thomaswinkler closed 4 months ago

thomaswinkler commented 4 months ago

Tests might require versions of Cumulocity or even different version of system or shell. With this, we must support annotating test cases with version requirements to run the test. This version requirements must also be used for recording and mocking of requests and responses.

Versions must be specified using semver ranges.