So Iām currently feeding a txt file with following format:
tests/file1.php:method1
tests/file1.php:method2
tests/file2.php:method1
When I rerun the tests with lets say tests/file1.php:method1
, the circleci tests run
reruns the whole tests/file1.php
file.
Is there any way for circleci tests run
to be more precise?