Hello everyone,
Currently I am a bit struggling to find the best way to map automated test cases to their relevant test cases on Testiny. For example, we are using Cypress and I want to have a clear understanding of which test cases I already cover with automation. I am currently mapping them manually by adding the test case id like “TC-1234” to the front of the each cypress test like below.
it("TC - 1234 / Log in successfully")
However this is really not very maintainable as you can imagine and required a lot of manual work in addition to beign error prone.
Is there anyone out there having a better solution here? Or maybe we have a cypress integration or such stuff developed by Testiny soon ?
Cheers,
Mustafa