Closed fmck3516 closed 2 weeks ago
Currently, Skippy generates a failed-tests.txt file with a list of failing tests:
failed-tests.txt
com.example.FooTest
Replace this with a tags.txt file:
tags.txt
com.example.FooTest=FAILED com.example.BarTest=PASSED
This will make it easy to add support for future tags:
com.example.FooTest=FAILED com.example.BarTest=PASSED com.example.BarTest=ALWAYS_EXECUTE
https://github.com/skippy-io/skippy/pull/177 https://github.com/skippy-io/skippy-regression-suite/pull/7
Currently, Skippy generates a
failed-tests.txt
file with a list of failing tests:Replace this with a
tags.txt
file:This will make it easy to add support for future tags: