-
-
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 - Output directory path appended to test root path by codecept, So unable to create output directories #571
Comments
@shrikanthkm07 Could you, please, provide your codecept.conf.js file? Are you using something like mocha-multi or mochawesome? I see only one place, where we override output path
where |
@APshenkin here is the config I export to codecept. I have filled the values.
where
and
is what I pass custom folder path Codecept.conf.js
|
@APshenkin |
@shrikanthkm07 I think, we should call @DavertMik for this) |
@DavertMik Can you look into this..? |
Is there any update on this ? @DavertMik @APshenkin I am still facing this issue. Thanks |
@shrikanthkm07 I will take a look on it this week |
What are you trying to achieve?
I am using run-multiple command for parallel execution. I am using mocha-reporter to generate output xml file. So I pass my custom directory path in
output: /Users/madhusus/hydra-dev/src/node_modules/consumer-automation/test-reports
I am expecting the report file to be saved in this path.
What do you get instead?
Internally codecept is appending the "test root path" which is
/Users/madhusus/hydra-dev/src/node_modules/nextgen-test/
to the path which I have passed inoutput
.So the end result for output directory will be
'/Users/madhusus/hydra-dev/src/node_modules/nextgen-test/Users/madhusus/hydra-dev/src/node_modules/consumer-automation/test-reports/desktop_browser_chrome_1'
which is invalid.// paste test
Details
The text was updated successfully, but these errors were encountered: