willowtreeapps / vocable-ios

Vocable AAC for iOS - Empowering people to communicate with care takers and loved ones.
https://vocable.app
MIT License
78 stars 20 forks source link

[SPIKE] Report automated test results to Kiwi #726

Open PaulKlauser opened 10 months ago

PaulKlauser commented 10 months ago

Kiwi is our test case management system (TCMS), currently it has no automatic link to the automation that exists in the repo. Making this connection automatic would greatly increase regression efficiency.

Android has this plugin that automates parsing JUnit result XML and calls the Kiwi API: https://github.com/kiwitcms/junit.xml-plugin

I believe we could recreate something similar for whatever result file iOS spits out after running tests, calling the Kiwi API directly: https://tcms-api.readthedocs.io/en/latest/

Determine the feasibility of this, creating additional stories to create a Kiwi plugin if necessary.