save-cli
save-cli copied to clipboard
Rename `TestConfigSections` to `PluginType` and store it on `TestSuite`
We have com.saveourtool.save.core.config.TestConfigSections in save-cli, which stores in common module.
We store a simple name of class of plugin in pluginName in com.saveourtool.save.entities.Test.
We don't have access to plugin classes in common module, that why we store it as String.
We can rename TestConfigSections to PluginType and store is on TestSuite instead of pluginName