#### 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` 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](https://github.com/codeceptjs/CodeceptJS/blob/feadbd830c2d85c2f62f65700ebc60638900c58e/lib/plugin/stepByStepReport.js#L144), 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