allure-framework / allure-python

Allure integrations for Python test frameworks
https://allurereport.org/
Apache License 2.0
719 stars 235 forks source link

Provide an example of dynamic parameter usages (#727) #728

Closed delatrie closed 1 year ago

delatrie commented 1 year ago

This pull request contains the following:

  1. Examples of allure.dynamic.parameter usage (see here).
  2. Tests of the provided code examples.
  3. allure-behave, allure-pytest and allure-robotframework README fixes (invalid image links).
  4. A link to allure-pytest examples was added to the repository README

Closes #727