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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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