How to use built-in web server in tests?
Is the IntelliJ IDEA built-in web server running even during tests? And if not, is there a way to spin it up? For example, I need to use the built-in web server in my test class that extends JavaCodeInsightFixtureTestCase
Please sign in to leave a comment.