README.md in cucumber-9.0.2 vs README.md in cucumber-9.1.0

- old
+ new

@@ -3,13 +3,11 @@ # Cucumber [![Stand With Ukraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/badges/StandWithUkraine.svg)](https://vshymanskyy.github.io/StandWithUkraine) [![OpenCollective](https://opencollective.com/cucumber/backers/badge.svg)](https://opencollective.com/cucumber) [![OpenCollective](https://opencollective.com/cucumber/sponsors/badge.svg)](https://opencollective.com/cucumber) -[![pull requests](https://oselvar.com/api/badge?label=pull%20requests&csvUrl=https%3A%2F%2Fraw.githubusercontent.com%2Fcucumber%2Foselvar-github-metrics%2Fmain%2Fdata%2Fcucumber%2Fcucumber-ruby%2FpullRequests.csv)](https://oselvar.com/github/cucumber/oselvar-github-metrics/main/cucumber/cucumber-ruby) -[![issues](https://oselvar.com/api/badge?label=issues&csvUrl=https%3A%2F%2Fraw.githubusercontent.com%2Fcucumber%2Foselvar-github-metrics%2Fmain%2Fdata%2Fcucumber%2Fcucumber-ruby%2Fissues.csv)](https://oselvar.com/github/cucumber/oselvar-github-metrics/main/cucumber/cucumber-ruby) -[![Test cucumber](https://github.com/cucumber/cucumber-ruby/actions/workflows/cucumber-ruby.yml/badge.svg)](https://github.com/cucumber/cucumber-ruby/actions/workflows/cucumber-ruby.yml) +[![Test cucumber](https://github.com/cucumber/cucumber-ruby/actions/workflows/test.yaml/badge.svg)](https://github.com/cucumber/cucumber-ruby/actions/workflows/test.yaml) [![Code Climate](https://codeclimate.com/github/cucumber/cucumber-ruby.svg)](https://codeclimate.com/github/cucumber/cucumber-ruby) [![Coverage Status](https://coveralls.io/repos/cucumber/cucumber-ruby/badge.svg?branch=main)](https://coveralls.io/r/cucumber/cucumber-ruby?branch=main) Cucumber is a tool for running automated tests written in plain language. Because they're written in plain language, they can be read by anyone on your team. Because they can be @@ -54,12 +52,11 @@ - TruffleRuby 22.0.0+ - JRuby 9.4+ (with [some limitations](https://github.com/cucumber/cucumber-ruby/blob/main/docs/jruby-limitations.md)) ### Ruby on Rails -Using Ruby on Rails? You can use [cucumber-rails](https://github.com/cucumber/cucumber-rails) -to bring Cucumber into your Rails project. +Using Ruby on Rails? You can use [cucumber-rails](https://github.com/cucumber/cucumber-rails) to bring Cucumber into your Rails project. ## Usage ### Initialization @@ -131,19 +128,18 @@ To execute a single example, indicates the line of the name of the example: $ bundle exec cucumber features/rule.feature:5 -To summarize the results on the standard output, and writte a HTML report on disk: +To summarize the results on the standard output, and generate a HTML report on disk: $ bundle exec cucumber --format summary --format html --out report.html For more command line options $ bundle exec cucumber --help -You can also find documentation on the command line possibilities in -[features/docs/cli](features/docs/cli). +You can also find documentation on the command line possibilities in [features/docs/cli](features/docs/cli). ## Documentation and support - Getting started, writing features, step definitions, and more: https://cucumber.io/docs - Ruby API Documentation: http://www.rubydoc.info/github/cucumber/cucumber-ruby/