CodeceptJS icon indicating copy to clipboard operation
CodeceptJS copied to clipboard

Not able to do file download validation with run-multiple execution

Open AugustineAutoGit opened this issue 1 year ago • 2 comments

What are you trying to achieve?

Validating the file download using handleDownloads and FileSystem helper, like using methods I.amInPath('output/folderName'); with run-multiple execution with multiple browsers like Chrome, Safari, Firefox and Edge, and check whether file is there in the subfolder in the output folder parallel_output_1, parallel_output_2, parallel_output_3 etc

What do you get instead?

Not able to use the dynamic path in the method I.amInPath('output/folderName') Tried this way I.amInPath('output/parallel_output_*') but not working

Provide console output if related. Use --verbose mode for more details.

# paste output here

Provide test source code if related

// paste test

Details

  • CodeceptJS version:
  • NodeJS Version:
  • Operating System:
  • puppeteer || webdriverio || testcafe version (if related)
  • Configuration file:
# paste config here

AugustineAutoGit avatar Mar 26 '24 12:03 AugustineAutoGit

@kobenguyent as discussed opened new issue https://github.com/codeceptjs/CodeceptJS/issues/4265

AugustineAutoGit avatar Mar 26 '24 12:03 AugustineAutoGit

This issue is stale because it has been open for 90 days with no activity.

github-actions[bot] avatar Jun 25 '24 02:06 github-actions[bot]