allure-python icon indicating copy to clipboard operation
allure-python copied to clipboard

Documentation error in allure-robot framework.

Open simplyajith opened this issue 6 years ago • 1 comments

In MAC, the below command failed with ;. Hence raised this issue.

Need to add : instead of; for custom directory output in robot framework command .

https://github.com/allure-framework/allure-python/blob/master//allure-robotframework/README.rst

In the below command, need to add : instead of ;.

$ robot --listener allure_robotframework;/set/your/path/here

Same command is also present in pypi url.

https://pypi.org/project/allure-robotframework/

simplyajith avatar Sep 10 '19 14:09 simplyajith

I have same problem in windows 10

nepatriots21-zz avatar Dec 21 '20 16:12 nepatriots21-zz

Yep, should definitely use the colon (:) as a separator instead of the semicolon (;). The latter is considered as an alternative syntax and requires special treatment in some OS/Shells (see here).

If someone is willing to contribute, badge links could be fixed on a way (the correct links are available in the landing README.md).

delatrie avatar Dec 19 '22 10:12 delatrie