split-tests
split-tests copied to clipboard
Github Action for splitting a test suite for parallelization with equal time
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...
in my branch it wasn't accepting arguments correctly and this fixed it the only thing that makes sense here is that go command parsing is acting weird here
This pull request adds `working-directory` support, very useful for monorepo setups where paths have to be relative to a subdirectory.
## Whats going on? Well I noticed when I use glob and exclude-glob while the exclude glob looks correct the tests are not excluded ## What I expect? When the...