knapsack icon indicating copy to clipboard operation
knapsack copied to clipboard

Knapsack splits tests evenly across parallel CI nodes to run fast CI build and save you time.

Results 17 knapsack issues
Sort by recently updated
recently updated
newest added

``` Coverage report generated for Unit Tests to /app/coverage. 5422 / 26782 LOC (20.24%) covered. rake aborted! Command failed with status (1) /usr/local/bundle/gems/knapsack-1.15.0/lib/knapsack/runners/minitest_runner.rb:28:in `run' /usr/local/bundle/gems/knapsack-1.15.0/lib/tasks/knapsack_minitest.rake:5:in `block (2 levels) in '...

Our app has binstubs generated by rails/spring in the application root/bin folder. So for example, here is Rails.root/bin/rspec #!/usr/bin/env ruby begin load File.expand_path('../spring', __FILE__) rescue LoadError => e raise unless...

bug

Hey Artur! I've read the README section on running specs with tags but I'm not 100% sure this fully describes our use case. Let me tell you how we roll...

With regards to this: https://github.com/ArturT/knapsack/issues/34 I've made it so that you can pass a flag to start generating a report and merge it with the existing json (rspec only, though...

Hello, I know this is probably not the best place but I couldn't find a link to a discussion in the readme. I can't get knapsack to work in my...

On Ruby 3.3.0-preview3, knapsack's own specs fail: ``` $ ruby -v ruby 3.3.0dev (2023-11-12 master 60e19a0b5f) [x86_64-darwin23] $ bundle exec rspec spec An error occurred while loading spec_helper. - Did...

bug

Hi, We are seeing that there are certain issues with knapsack lib with rspec execution. We have verified the following cases to confirm what could be the root cause. Configuration...

question