-
Notifications
You must be signed in to change notification settings - Fork 2
Description
We have dedicated reporting API which should be used to send automated test reports:
https://testomatio.github.io/reporter/
Is it correct that with Testomat and TeamCity, a new TestRun in Testomat is only created when a new build runs in TeamCity and automation results are reported?
Yes. But there are some other options. We'd like to know your workflow to know how it should work for you.
Is there a way to link or map manual test cases in Testomat
Yes
Manual test becomes automated once it is reported or imported as "automated" (i.e. via reporting API)
You can use test_id parameter to expliclty send report to a specific test
Basically we expect that you will use our libraries like:
https://github.com/testomatio/reporter
https://github.com/testomatio/java-reporter
https://github.com/testomatio/pytestomatio
https://github.com/testomatio/check-tests
https://github.com/testomatio/check-cucumber
To send automated tests report. But in case you want to build your own wrapper here is the detailed guide to our reporting API