- TODO
- Fix bug #8 - Sort all tests just in case to avoid wrong order of files when running tests on machines where
Dir.glob
has different implementation.
- Fix bug - Add support for Cucumber Scenario Outline.
- Add cucumber support.
- Rename environment variable KNAPSACK_SPEC_PATTERN to KNAPSACK_TEST_FILE_PATTERN.
- Default name of knapsack report json file is based on adapter name so for RSpec the default report name is
knapsack_rspec_report.json
and for Cucumber the report name isknapsack_cucumber_report.json
.
- Allow passing arguments to rspec via knapsack:rspec task.
- Add support for RSpec 2.
- Add support for semaphoreapp.com thread ENV variables.
- Add knapsack logger. Allow to use custom logger.
- Fix wrong time presentation for negative seconds.
- Better time presentation instead of seconds.
- Fix case when someone removes spec file which exists in knapsack report.
- Extract config to separate class and fix wrong node time execution on CI.
- Fix assigning time execution to right spec file when call RSpec shared example.
- Gem ready to use it!
- Test release. Not ready to use it.