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
There are two issues I am seeing currently with the --ro option, one of which relates to the most recent fix provided for --rf in version 1.30.3:
Despite using the --ro option, the report generation performs its default behavior and places the report in a subdirectory of the current working directory (reports{current-date}). It does this whether the given directory exists or does not exist
Providing a value for the --rf option disables report generation; When the test suite finishes, there is no message stating that the report is ready, and no report can be found.
Unfortunately there is no error or stacktrace to provide for this, but let me know if there is any other information I can provide to aide in investigation. The command being used is oxygen --rf='html,json' --ro=path-to-reports-folder -p path-to-parameters.csv --pm='all' testfile.js
The text was updated successfully, but these errors were encountered:
There are two issues I am seeing currently with the --ro option, one of which relates to the most recent fix provided for --rf in version 1.30.3:
Unfortunately there is no error or stacktrace to provide for this, but let me know if there is any other information I can provide to aide in investigation. The command being used is oxygen --rf='html,json' --ro=path-to-reports-folder -p path-to-parameters.csv --pm='all' testfile.js
The text was updated successfully, but these errors were encountered: