test: pubish cucumber report
--publish automatically publishes reports to reports.cucumber.io https://github.com/cucumber/cucumber-ruby/blob/master/CHANGELOG.md#500
This commit is contained in:
parent
fe898af92f
commit
16f8370ccd
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
time ruby -S bundle exec cucumber \
|
||||
--format progress "$@"
|
||||
--format progress --publish "$@"
|
||||
|
|
Loading…
Reference in New Issue