+- *IDE support*. Running `QuarkusTest` tests from the Eclipse IDE is https://github.com/quarkusio/quarkus/issues/47656[more challenging]. Running a class as a JUnit test gives an error. To workaround, you can individual test methods, or run a whole package also works, or add `-uniqueId [engine:junit-jupiter]/[class:<your.class.name.here>]` to the program arguments in the run configuration. This is fixed in Eclipse 4.37. Similar, in Visual Studio Code, running all tests in a class or package https://github.com/quarkusio/quarkus/issues/48014[will fail], but running individual test methods will work.
0 commit comments