Skip to main content

RoostGPT Support Feature Comparison


UICLIIDE PLUGIN
Local Workspace TriggerNAwe can trigger itWe can trigger it
GitOps(Github,Bitbucket,Gitlab)We can do git activity using UIWe can do git activity using CLIWe can't do git activity using plugin. It is all local workspace play.
NotificationGet Notification after test generation completesWe don't get notification when test completesWe don't get notification when test completes
License CheckLicense Check happens in the UILicense check can happen through api or by license fileLicense check can happen through api or by license file
WebhooksCan listen to git events like PR creation or pushcannot listen to git eventscannot listen to git events
Identity ManagementHave a separate view for admin and user. Admin can manage user.it is individual basis on developer local systemit is individual basis on developer local system
Dashboard and ReportHave 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 TriggerIsolated 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 triggerIntuitive 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 comparisonView for comparing two test triggers.No view for comparing.No view for comparing
Dedicated ServerDedicated api server for api based trigger.No api server.No api server.
Test Trigger History ManagementDedicated view for event history management.CLI based history for current login userNo history management.