-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
Half of the test cases in a test suite in RP is displaying no results #33
Comments
Hey, is it possible if could provide the screenshot? Ofc, censoring your sensitive information. |
Hmm, strange! Did you run with codeceptjs run or run-workers? |
yarn test --grep |
I think yarn test runs "codeceptjs run --verbose" |
Supposedly, the codeceptjs run or codeceptjs run-workers should give us the same results. May I know if there is any reason that prevents you from using run-workers? I'm asking because the issue happens with run command would be in lower priority as mostly, I think, we would essentially use run-workers to execute tests in the real world scenarios and run command is useful to debug a specific test, for instance. |
Hey @kobenguyent, I've run it with run-workers now, I'm seeing the same results. |
Hey @mtrejo-evgo would be nice if you could provide a minimal repo where I could reproduce the issue. |
@kobenguyent, we don't have a way of providing a sample of our repo without exposing our private info. |
is there anything explicit that we could share? |
Ah, is it possible that you could add DEBUG=* before the command like DEBUG=* codeceptjs run --verbose. That would give us more information. Hopefully you could see any errors from the console logs. |
Here's the results From running codeceptjs:
From report portal:
|
Hey @kobenguyent , do you still need anything from our side? |
@mtrejo-evgo would be nice to have a sample repo where I could replicate the issue. I'm still puzzled as I could not trace any issue with my test repo. |
@kobenguyent could we schedule a call with you sometime to share the repo so you can see the issue? |
@mtrejo-evgo sure. That'll be great! |
I'll reach out on slack to try to schedule |
after the debug session, we found the issue is that when test failed at hooks. No results are logging into RP. |
The text was updated successfully, but these errors were encountered: