Documentation error in allure-robot framework.
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/
I have same problem in windows 10
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).