You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@owolabileg Hi Professor Legunsen :
Is there a way to make STARTS looking for test classes in a folder other than test-classes?
I want to do this because right now I am using defects4j's pipeline and it compiles a project's tests into target/tests. I only want to use STARTS to pick the affected tests for me, and right now STARTS seems to be reading tests from target/test-classes. Is there a way to do this by making changes to STARTS?
What I tried
I looked into STARTS's code and found the constant TEST_CLASSES, modifying it gave me no luck.
I tried to give sure-fire parameter through command line, for example,
@owolabileg Hi Professor Legunsen :
Is there a way to make STARTS looking for test classes in a folder other than
test-classes
?I want to do this because right now I am using
defects4j
's pipeline and it compiles a project's tests intotarget/tests
. I only want to use STARTS to pick the affected tests for me, and right now STARTS seems to be reading tests fromtarget/test-classes
.Is there a way to do this by making changes to STARTS?
What I tried
TEST_CLASSES
, modifying it gave me no luck.sure-fire
parameter through command line, for example,Both gave me no luck.
The text was updated successfully, but these errors were encountered: