We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49f53b8 commit 70e45f7Copy full SHA for 70e45f7
allure-robotframework/src/listener/utils.py
@@ -13,6 +13,7 @@ def get_allure_status(status):
13
else:
14
return Status.FAILED
15
16
+
17
def get_allure_parameters(parameters):
18
return [Parameter(name="arg{}".format(i + 1), value=param) for i, param in enumerate(parameters)]
19
0 commit comments