Skip to content

Commit 21cb9e6

Browse files
committed
Add custom formatters to README
1 parent 5581fe9 commit 21cb9e6

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,18 @@ Options:
9999
--seed SEED Seed for rspec
100100
```
101101

102-
To pass any options supported by paralell_tests, use `--` :
102+
To pass any options supported by paralell_tests, use `--`:
103103

104104
```bash
105105
bundle exec turbo_tests -n 4 -- --only-group 1 --pattern spec/system
106106
```
107107

108+
`turbo_tests` supports custom formatter such as Fuubar, but you might need to require it:
109+
110+
```bash
111+
bundle exec turbo_tests -r fuubar -f Fuubar spec/whatever
112+
```
113+
108114
## Development
109115

110116
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.

0 commit comments

Comments
 (0)