Description
TestNG should be present by default in Spring project with No configuration selected.
But it is not.
It appears only after some Spring configuration is selected - and then No configuration is selected back
To Reproduce
- Install UnitTestBot plugin built from main in IntelliJ IDEA 2023.1.3
- Open
spring-boot-testing project
- Open UnitTestBot action dialog for
OrderController class
- Check
JUnit 5 and No configuration are selected
- Open Testing framework list of suggestions
- Select some Spring configuration
- Select
No configuration again
- Open Testing framework list of suggestions
Expected behavior
TestNG should be present in list of suggestions - when No configuration is selected.
Actual behavior
TestNG is missing on step 5. It appears only on step 8.
Screenshots, logs
step 4.

step 5.

Environment
IntelliJ IDEA version - Ultimate 2023.1.3
Project - Maven
JDK - 1.8
Additional context
related to:
Description
TestNG should be present by default in Spring project with
No configurationselected.But it is not.
It appears only after some Spring configuration is selected - and then
No configurationis selected backTo Reproduce
spring-boot-testingprojectOrderControllerclassJUnit 5andNo configurationare selectedNo configurationagainExpected behavior
TestNG should be present in list of suggestions - when No configuration is selected.
Actual behavior
TestNG is missing on step 5. It appears only on step 8.
Screenshots, logs
step 4.

step 5.

Environment
IntelliJ IDEA version - Ultimate 2023.1.3
Project - Maven
JDK - 1.8
Additional context
related to: