mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-13 00:48:19 -05:00
--publish automatically publishes reports to reports.cucumber.io https://github.com/cucumber/cucumber-ruby/blob/master/CHANGELOG.md#500
5 lines
92 B
Bash
Executable File
5 lines
92 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
time ruby -S bundle exec cucumber \
|
|
--format progress --publish "$@"
|