allure-framework / allure1

Allure 1 isn't supported any more, please consider using Allure 2 https://github.com/allure-framework/allure2 instead
Apache License 2.0
712 stars 169 forks source link

Allow setting of port for allure report open #807

Closed azohra closed 8 years ago

azohra commented 8 years ago

Hi,

We have recently moved to Docker and it would be great if the port generated for 'allure report open' could be set with a flag, or at least be deterministic such that we can forward the port to our host on startup of the container.

Best, Justin

azohra commented 8 years ago

Just looked at the source and I see this is supported with -p , it was not in the wiki. Thanks!