You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The output directory can be set on the command line with --out /tmp/my-report-directory. However, the file name is either automatic or set in config.yml:
extensions:
emuse\BehatHTMLFormatter\BehatHTMLFormatterExtension:
name: html
renderer: Twig
# file_name: index
# If the file name is not set, a timestamp is used.
print_args: true
print_outp: true
loop_break: true
In my setup, I use the same behat.yml to generate multiple reports (I use several behat commands to test several different tags).
However, because I can only specify an output directory on the command line, and not a file name, I have to put each test in a separate directory, which breaks the links to the screenshots. So it would be great if there was a way to specify the name for each report on the command line.
The text was updated successfully, but these errors were encountered:
The output directory can be set on the command line with
--out /tmp/my-report-directory
. However, the file name is either automatic or set inconfig.yml
:In my setup, I use the same
behat.yml
to generate multiple reports (I use several behat commands to test several different tags).However, because I can only specify an output directory on the command line, and not a file name, I have to put each test in a separate directory, which breaks the links to the screenshots. So it would be great if there was a way to specify the name for each report on the command line.
The text was updated successfully, but these errors were encountered: