save-cli icon indicating copy to clipboard operation
save-cli copied to clipboard

Rename `TestConfigSections` to `PluginType` and store it on `TestSuite`

Open nulls opened this issue 3 years ago • 0 comments

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

nulls avatar Aug 26 '22 10:08 nulls