Is there any particular settings that has to be done in intellij or Visual studio code that has to be made to debug serenity-js projects
Asked
Active
Viewed 419 times
1 Answers
0
If you're using Serenity/JS with Protractor you can debug your test scenario using similar techniques as with the regular Protractor scripts. If you're using IntelliJ you might also want to look into using the "Protractor run configuration".
If you're using Serenity/JS directly with Mocha, you can use the "Mocha run configuration" in IntelliJ.
Hope that helps!
Jan

Jan Molak
- 4,426
- 2
- 36
- 32