Skip to content

Mapping Manual and Automated Test Cases in Testomat and Reporting #403

@TetianaKhomenko

Description

@TetianaKhomenko

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

https://github.com/testomatio/reporter/blob/2.x/docs/api.md

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions