We had a customer that was looking to launch and execute their Ansible infrastructure tests from Spira and have the results report back into their Spira instance.
For customers using WebdriverIO with the Cucumber framework, the recommended integration with SpiraTest is to have WebdriverIO generate JUnit XML reports and then import those results into Spira using our generic xUnit integration. This approach uses the WebdriverIO native reporting model, supports deployment in CI/CD pipelines, and avoids coupling the test runtime directly to Spira-specific reporter logic. WebdriverIO officially supports a JUnit reporter for XML output, and our xUnit integration is designed to import xUnit/JUnit-style XML files into Spira.