Flow of execution is -
test APIs by making testOnlyFailedScenario = false in properties file.
then PASS and FAIL will mark as per the result.
then make testOnlyFailedScenario = true and run the project
at that time wherever already FAIL is written, in that cell on writing file is getting corrupted.
Flow of execution is -
test APIs by making
testOnlyFailedScenario = falsein properties file.then PASS and FAIL will mark as per the result.
then make
testOnlyFailedScenario = trueand run the projectat that time wherever already FAIL is written, in that cell on writing file is getting corrupted.