RoostGPT Support Feature Comparison
UI | CLI | IDE PLUGIN | |
Local Workspace Trigger | NA | we can trigger it | We can trigger it |
GitOps(Github,Bitbucket,Gitlab) | We can do git activity using UI | We can do git activity using CLI | We can't do git activity using plugin. It is all local workspace play. |
Notification | Get Notification after test generation completes | We don't get notification when test completes | We don't get notification when test completes |
License Check | License Check happens in the UI | License check can happen through api or by license file | License check can happen through api or by license file |
Webhooks | Can listen to git events like PR creation or push | cannot listen to git events | cannot listen to git events |
Identity Management | Have a separate view for admin and user. Admin can manage user. | it is individual basis on developer local system | it is individual basis on developer local system |
Dashboard and Report | Have a separate view for user to show report around test generation with all the details regarding error success etc. | No dashboard support. | Minimal UI to show what test has been added. |
Test Trigger | Isolated docker container to trigger test and verify its working around compilation and run time success. | For local mode the user has to add all the dependencies in his system. For docker mode the isolated environment will be there but user have to have docker running. |
The user have to have all necessary dependencies to verify test. |
Ease of trigger | Intuitive form to take user inputs and single click trigger test generation. | ENV based input which user has to edit or can downloaded from UI. Command line based trigger. |
Context menu based trigger in IDE using codelens. |
Test Generation trigger comparison | View for comparing two test triggers. | No view for comparing. | No view for comparing |
Dedicated Server | Dedicated api server for api based trigger. | No api server. | No api server. |
Test Trigger History Management | Dedicated view for event history management. | CLI based history for current login user | No history management. |