You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The same information is supposed to be shown in the IDE log with ability for user to navigate to the settings section in order to increase the generated file size and tests number per a method under test (by default it is supposed to be 50 test methods).
Actual behavior
User is advised to go and add the related setting to the file by themselves:
Expected behavior
The related settings are supposed to be customizable on the UI.
User should get the exact place and how to change them.
Environment
IntelliJ IDEA - supported versions.
Potential alternatives
There are ~/.utbot/settings.properties and settings on UI that can be changed/saved per project in the xml-file /.idea/utbot-settings.xml
Now the related settings maxTestsPerMethod and maxTestFileSize are global and can be configured in settings.properties.
Move these settings to project settings - and show on UI
Context
There can be situation when limit of generated tests is exceeded. For instance:
Too many tests generated by Fuzzer #1225
Or methods can have much text and file size is exceeded. For example when complex reflection is used to instantiate objects.
The text was updated successfully, but these errors were encountered:
Description
Usability issue.
As described in the initial feature request:
Actual behavior
User is advised to go and add the related setting to the file by themselves:
Expected behavior
The related settings are supposed to be customizable on the UI.
User should get the exact place and how to change them.
Environment
IntelliJ IDEA - supported versions.
Potential alternatives
There are
~/.utbot/settings.properties
and settings on UI that can be changed/saved per project in the xml-file/.idea/utbot-settings.xml
Now the related settings
maxTestsPerMethod
andmaxTestFileSize
are global and can be configured insettings.properties
.Move these settings to project settings - and show on UI
Context
There can be situation when limit of generated tests is exceeded. For instance:
Or methods can have much text and file size is exceeded. For example when complex reflection is used to instantiate objects.
The text was updated successfully, but these errors were encountered: