0.1.5 • Published 3 years ago

binks v0.1.5

Weekly downloads
15
License
MIT
Repository
github
Last release
3 years ago

binks

Binks is an (opinionated) test runner for rspec & cucumber.

npm version

Usage

pnpx binks

Of course, npx can also be used instead.

By default, binks watches your ./features & ./spec/ folders for changes in .feature & *_spec.rb files. If any are detected, it runs the file. If the file contains a @focus tag or focus: true, it scopes to these tests. If any other file is changed while a test is running, that change is not queued. If a focus is removed, the test is also not run again. If you swap git branches, binks should also ignore it.

The test runner can be stopped with CTRL + C or by entering :quit or :exit.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Licence

MIT

0.1.4

3 years ago

0.1.5

3 years ago

0.1.3

3 years ago

0.1.2

4 years ago

0.1.1

3 years ago

0.1.0

4 years ago