Skip to content

Best way to debug unit tests in Java and JS? #273

Answered by DragonAxe
DragonAxe asked this question in Q&A
Discussion options

You must be logged in to vote

Ah, I discovered I can update the jetty configuration to point to the test build folder:
<resourceBase>${project.build.directory}/${project.build.finalName}-test</resourceBase>
I can then point my browser to: localhost:8080/ProjectName/test-com.example.ExampleTest.html and debug from there.

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by DragonAxe
Comment options

You must be logged in to vote
3 replies
@DragonAxe
Comment options

@niloc132
Comment options

@DragonAxe
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants