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
I would like to use slow-test-detector in a CI, like GitHub Actions.
In my phpunit.xml file, I have different testsuites (unit, integration...).
Each testsuite should have a different configuration.
We can not use the <extension> parameters to do it.
Expected Result
Could it be possible to run it in CLI with args, like?
Context
I would like to use slow-test-detector in a CI, like GitHub Actions.
In my
phpunit.xml
file, I have different testsuites (unit, integration...).Each testsuite should have a different configuration.
We can not use the
<extension>
parameters to do it.Expected Result
The text was updated successfully, but these errors were encountered: