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'm trying to test everything under spec/**/*_spec.rb while excluding tests under ``spec/selenium/*_spec.rb`. I've tried various different exclude glob patterns but none of them seem to be working. The files I want excluded are always included.
Same here. I downloaded the split_tests binary from the latest Github release, the same way the script does, and verified that it worked as expected. However, I could only test the split_tests.darwin.gz (macOS) release so there may be some issue with the linux binary, although it seems unlikely. The fix in #9 (removing single quotes) was not necessary to make the command work correctly. I am at a loss.
I'm trying to test everything under
spec/**/*_spec.rb
while excluding tests under ``spec/selenium/*_spec.rb`. I've tried various different exclude glob patterns but none of them seem to be working. The files I want excluded are always included.Here is my action
Some of the other patterns I've tried.
The text was updated successfully, but these errors were encountered: