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:
Frank Taillandier
2020-09-26 20:15:53 +02:00
committed by GitHub
parent fe898af92f
commit 16f8370ccd

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env bash
time ruby -S bundle exec cucumber \
--format progress "$@"
--format progress --publish "$@"