-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Labels
comp-springIssue is related to Spring projects supportIssue is related to Spring projects supportctg-enhancementNew feature, improvement or change requestNew feature, improvement or change request
Description
Description
Investigate automatic creation of Spring @TestConfiguration for a user project.
Expected behavior
If there is no TestConfiguration in a user project, we can suggest to create one.
Need to investigate, what information is required to do this.
Can we do this automatically? Or with minimal questions to the user?
Environment
IntelliJ IDEA 2023.* Ultimate
Potential alternatives
Ask the user to create TestConfiguration by themselves - if Integration tests generation is selected.
Context
Integration tests generation in UnitTestBot starts SpringApplication with selected configuration.
If there are unsafe operations in user code, they can be executed and there is a potential risk of corrupting or posting sensitive data.
Metadata
Metadata
Assignees
Labels
comp-springIssue is related to Spring projects supportIssue is related to Spring projects supportctg-enhancementNew feature, improvement or change requestNew feature, improvement or change request
Type
Projects
Status
Todo