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
For the Step-By-Step Report, I'm trying to set the screenshots to be output in a custom location.
What do you get instead?
records.html and record_hash/index.html are in the expected location, but the record_hash/number.png files are still in the default output location.
I suspect this is because the path for the screenshots passed to the helper is made relative to reportDir on line 144, but it's being interpreted by the helper relative to its output location.
Details
CodeceptJS version: 3.2.3
NodeJS Version: 16.13.0
Operating System: Windows 10
The text was updated successfully, but these errors were encountered:
What are you trying to achieve?
For the Step-By-Step Report, I'm trying to set the screenshots to be output in a custom location.
What do you get instead?
records.html
andrecord_
hash/index.html
are in the expected location, but therecord_
hash/
number.png
files are still in the default output location.I suspect this is because the path for the screenshots passed to the helper is made relative to
reportDir
on line 144, but it's being interpreted by the helper relative to its output location.Details
The text was updated successfully, but these errors were encountered: