Skip to content

TestNG should be available by default in Spring project #2374

@alisevych

Description

@alisevych

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

  1. Install UnitTestBot plugin built from main in IntelliJ IDEA 2023.1.3
  2. Open spring-boot-testing project
  3. Open UnitTestBot action dialog for OrderController class
  4. Check JUnit 5 and No configuration are selected
  5. Open Testing framework list of suggestions
  6. Select some Spring configuration
  7. Select No configuration again
  8. 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.
image

step 5.
image

Environment

IntelliJ IDEA version - Ultimate 2023.1.3
Project - Maven
JDK - 1.8

Additional context

related to:

Metadata

Metadata

Labels

comp-uiImprovements of plugin UI appearence and functionalityctg-bugIssue is a bug

Type

No type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions