Skip to content

Commit

Permalink
Fix robotframework readme
Browse files Browse the repository at this point in the history
  • Loading branch information
delatrie committed Dec 26, 2023
1 parent 0aa7c0a commit d192f2e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions allure-robotframework/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ The listener supports [the robotframework-pabot library](https://pypi.python.org
$ pabot --listener allure_robotframework ./my_robot_test
```

Advanced listener settings:
The advanced listener settings:

- ALLURE_MAX_STEP_MESSAGE_COUNT=5. If robotframework step contains less
messages than specified in this setting, each message is shown as a substep.
- ALLURE_MAX_STEP_MESSAGE_COUNT=5. If a robotframework step contains less
messages than has been specified by this setting, each message is shown as a substep.
This reduces the number of attachments in large projects. The default value
is zero - all messages are displayed as attachments.

Expand All @@ -49,7 +49,7 @@ See the usage examples [here](https://github.com/allure-framework/allure-python/

## Contributing to allure-robotframework

This project exists thanks to all the people who contribute. Especially by
This project exists thanks to all the people who contribute. Especially to
[Megafon](https://corp.megafon.com) and [@skhomuti](https://github.com/skhomuti)
who has initially started allure-robotframework and has been maintaining it
since then.

0 comments on commit d192f2e

Please sign in to comment.