TestNG tests not auto-compiling in Eclipse

I have a Maven project imported as General -> an existing workspace in my eclipse. When I write a new test file or edit an existing test file, the file is not created automatically. My build path is correct and the test folder with the folders installed is in \ target \ test-classes

any help here?

+3
source share

All Articles