Avoid readyapi adding sequence number to testcase filename
Hi,
I have a composite project and when you look at project.content file I have below entries
Flows\Find-Matching-Offer-Outward-4.xml
Flows\Find-Matching-Offer-Outward-3.xml
Flows\Find-Matching-Offer-Outward-5.xml
In my file system I have:
Find-Matching-Offer-Outward.xml
Find-Matching-Offer-Outward-2.xml
Find-Matching-Offer-Outward-3.xml
Find-Matching-Offer-Outward-4.xml
Find-Matching-Offer-Outward-5.xml
But I only have 1 test case "Find-Matching-Offer-Outward". How can I fix this to have only Find-Matching-Offer-Outward.xml? And how can I avoid that readyapi creates files with these sequence numbers?
Reason: we working with multiple testers with git and we want to keep our changes simple. We already have issues that every test run causes test cases to changes (cause the used data is stored with the test case by readyapi). This is also marked as a changed file in git. We want to reduce the number of unnecessary changes.
Thanks in advance,
Said