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 5e9128b commit bba6ffdCopy full SHA for bba6ffd
allure-robotframework/test/run_robot_library.py
@@ -30,7 +30,7 @@ def run_robot(path, **kw):
30
output_path = os.path.abspath(os.path.join(tmp_path, ".."))
31
32
with open(stdout_file, 'w+') as stdout:
33
- options = {"listener": listener, "outputdir": output_path, "stdout": stdout}
+ options = {"listener": listener, "outputdir": output_path, "stdout": stdout, "extension": "rst"}
34
options.update(kw)
35
run(path, **options)
36
0 commit comments