I have an issue on wdio test runner. I have set it up in IntelliJ Idea as described here: How to get wdio running through IntelliJ run/debug configurations? But, when I try to debug, nothing happens. The test is not stopping on a breakpoint, it just continues on running. Please help me to set up the debugger.
Asked
Active
Viewed 1,270 times
2 Answers
3

suit
- 569
- 2
- 13
-
Thank you for the answer, I have same configs, I would like to ask you what language do you use, I have this problem with TypeScript – Alex Oct 04 '19 at 11:02
-
@Alex JavaScript – suit Oct 04 '19 at 13:01
-
For me it’s not working with TypeScript, may be you know what it could be? – Alex Oct 08 '19 at 09:33
0
I have debugging works (with Angular, I thought it would be the same with Node) in Intellij with the following steps:
- Run
npm run start
to start your server with debug. - Run your test config with debug too.
- Now you can set breakpoints
Sorry for inconvenient pictures, I'm not allowed to directly post picture yet.

Stefan Becker
- 5,695
- 9
- 20
- 30

Carré
- 9
- 2