Facing Issue 'unhandledRejection: this.client.reporter.setCurrentSection is not a function' On Execution #3892
Replies: 2 comments
-
Hey @anupamtomar, I've raised an issue for this discussion over here #3894. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
While Executing the single .js file
$ npm run test -- Test\test-cases\basicoperation.js
command getting the below error, I debugged and checked with console.log too, execution is just going inside the 'describe' suite but not inside the test 'it', by the time it reaches to test 'it', it got failed at first place and gives the below error in the console, moreover I have mentioned the 'before' hook inside the 'describe' suite but it is bypassing the before hook as well.Can someone please help me out here?
When trying to run a folder (Multiple .js files)
$ npm run test -- Test\test-cases
command then getting the below kind of console response-Please find the relevant details below-
Node Version - v18.14.2
npm version - 9.5.0
Java version - java 11.0.12 2021-07-20 LTS
Beta Was this translation helpful? Give feedback.
All reactions