-
-
Notifications
You must be signed in to change notification settings - Fork 725
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
run-multiple execution creates output sub folders with alphanumeric value instead of browser names #4265
Comments
I think that's supposed to be like that when you don't explicitly define the outputName To overcome your issue, try this approach #1722 (comment)
|
Thanks @kobenguyent this fixed my issue of random hash value |
Sure |
@kobenguyent For eg: for Playwright browser can be :
Hence my doubt / suggestion is the possibility of removing runId append and instead adding browser and channel name if any. Like: |
@AugustineAutoGit I think |
@kobenguyent I am using codeceptjs-resemblehelper for visual testing. |
Well @AugustineAutoGit you could raise a PR if you have time to fix it. |
@kobenguyent sure will give a try from my side. Will proceed as per your suggestion |
This issue is stale because it has been open for 90 days with no activity. |
What are you trying to achieve?
For run-multiple execution with multiple browsers like Chrome, Safari, Firefox and Edge, the subfolder in the output folder should have a name like parallel_Chrome_1, parallel_Safari_2, parallel_Firefox_3 etc
What do you get instead?
While executing using run-multiple the subfolder in the output folder should have name like the following:
parallel_0096a0c740a073d21e23267bf167f711a9826c9d84addc417bc5b320df11e0bd_1
parallel_f7899c9a407a947a824a4955416619aef2c53bd0fbb18965b53d0a3fb4c207d6_2
instead of browser/channel name some alphanumeric value is present in the folder name.
This makes it difficult to do many validations. For eg:
Validating the file download using handleDownloads and FileSystem helper, like using methods I.amInPath('output/folderName');
where folderName is parallel_0096a0c740a073d21e23267bf167f711a9826c9d84addc417bc5b320df11e0bd_1.
This is only 1 example
# paste output here
// paste test
Details
The text was updated successfully, but these errors were encountered: