We’ve consider to use testiny for link QA testcase and existing unit/integration test in our codebase.
I’ve tried testiny cli testrun import, but it seems just one way sync from test report to testiny…
My requirement is this
- Declare testcase by QA.
- find existing test matching with it.
- mark test case id into code side.(java annotation? kind of)
- the, sync will report test result only.
What testrail supported.
It’s just simple solution, but actually, I don’t wanna mark test case id in my code side also.
Hopely, there will be any way you guys think about.
Hi and welcome to the Testiny forum!
I’m not 100% sure if this is the same as with TestRail, but the Testiny importer CLI can:
- import test case results from CSV, Junit, or Playwright JSON files
- link results using the test result titles to existing test cases
- by name (and optionally folder path)
- by an ID (just have e.g.
#1234
or TC-1234
in the title of the result to match the Testiny test case with ID 1234
)
- if no matching test case in Testiny is found either (option
--testcases <tc mode>
)
- create a new test case (
create
)
- stop the import with an error (
fail
)
- ignore the result (
ignore
)
So IMHO this pretty much matches the “Specification-first approach”
For more info, also see the corresponding chapter in our Testiny Docs.
Please, respond back if this is what you wanted or if you need something else. Thank you!
Regards,
Alex