appsmithorg/appsmith
Copy this badge! ↑
Content Management System App
Create Get echo Api call
integration/Smoke_TestSuite/Application/EchoApiCMS_spec.js
Content Management System App
Create Post echo Api call
integration/Smoke_TestSuite/Application/EchoApiCMS_spec.js
Content Management System App
Create Delete echo Api call
integration/Smoke_TestSuite/Application/EchoApiCMS_spec.js
Content Management System App
Send mail and verify post request body
integration/Smoke_TestSuite/Application/EchoApiCMS_spec.js
Content Management System App
Delete proposal and verify delete request body
integration/Smoke_TestSuite/Application/EchoApiCMS_spec.js
PgAdmin Clone App
Add dsl and authenticate datasource
integration/Smoke_TestSuite/Application/PgAdmin_spec.js
PgAdmin Clone App
Create queries
integration/Smoke_TestSuite/Application/PgAdmin_spec.js
PgAdmin Clone App
Add new table
integration/Smoke_TestSuite/Application/PgAdmin_spec.js
PgAdmin Clone App
View and Delete table
integration/Smoke_TestSuite/Application/PgAdmin_spec.js
Test Create Api and Bind to Table widget
Test_Add users api and execute api
integration/Smoke_TestSuite/ClientSideTests/ActionExecution/Error_handling_spec.js
Test Create Api and Bind to Table widget
Call the api without error handling
integration/Smoke_TestSuite/ClientSideTests/ActionExecution/Error_handling_spec.js
Test Create Api and Bind to Table widget
Call the api with error handling
integration/Smoke_TestSuite/ClientSideTests/ActionExecution/Error_handling_spec.js
API Panel Test Functionality
1. Create a postgres datasource
integration/Smoke_TestSuite/ClientSideTests/ActionExecution/ExecutionParams_spec.js
API Panel Test Functionality
2. Create and runs query
integration/Smoke_TestSuite/ClientSideTests/ActionExecution/ExecutionParams_spec.js
API Panel Test Functionality
3. Will pass execution params
integration/Smoke_TestSuite/ClientSideTests/ActionExecution/ExecutionParams_spec.js
Test Create Api and Bind to Table widget
Test_Add users api and execute api
integration/Smoke_TestSuite/ClientSideTests/ActionExecution/setInterval_spec.js
Test Create Api and Bind to Table widget
selects set interval function
integration/Smoke_TestSuite/ClientSideTests/ActionExecution/setInterval_spec.js
Test Create Api and Bind to Table widget
Fill setInterval action creator and test code generated
integration/Smoke_TestSuite/ClientSideTests/ActionExecution/setInterval_spec.js
Test Create Api and Bind to Table widget
works in the published version
integration/Smoke_TestSuite/ClientSideTests/ActionExecution/setInterval_spec.js
Test Create Api and Bind to Table widget
selects clear interval function
integration/Smoke_TestSuite/ClientSideTests/ActionExecution/setInterval_spec.js
Test Create Api and Bind to Table widget
Fill clearInterval action creator and test code generated
integration/Smoke_TestSuite/ClientSideTests/ActionExecution/setInterval_spec.js
Google Sheet datasource test cases
Create a new query from the datasource editor
integration/Smoke_TestSuite/ClientSideTests/ActiveDatasource/ActiveDatasource.spec.js
Admin settings page
should test that settings page is accessible to super user
integration/Smoke_TestSuite/ClientSideTests/AdminSettings/Admin_settings_spec.js
Admin settings page
should test that settings page is not accessible to normal users
integration/Smoke_TestSuite/ClientSideTests/AdminSettings/Admin_settings_spec.js
Admin settings page
should test that settings page is redirected to default tab
integration/Smoke_TestSuite/ClientSideTests/AdminSettings/Admin_settings_spec.js
Admin settings page
should test that settings page tab redirects
integration/Smoke_TestSuite/ClientSideTests/AdminSettings/Admin_settings_spec.js
Admin settings page
should test that setting page back button redirects to home page
integration/Smoke_TestSuite/ClientSideTests/AdminSettings/Admin_settings_spec.js
Admin settings page
should test save and clear buttons disabled state
integration/Smoke_TestSuite/ClientSideTests/AdminSettings/Admin_settings_spec.js
Admin settings page
should test saving a setting value
integration/Smoke_TestSuite/ClientSideTests/AdminSettings/Admin_settings_spec.js
Admin settings page
should test saving settings value from different tabs
integration/Smoke_TestSuite/ClientSideTests/AdminSettings/Admin_settings_spec.js
API Panel Test Functionality
Test API copy/Move/delete feature
integration/Smoke_TestSuite/ClientSideTests/ApiPaneTests/API_all_sidebar_actions_spec.js
API Panel Test Functionality
Test Search API fetaure
integration/Smoke_TestSuite/ClientSideTests/ApiPaneTests/API_Edit_spec.js
API Panel Test Functionality
Should update loading state after cancellation of confirmation for run query
integration/Smoke_TestSuite/ClientSideTests/ApiPaneTests/API_Edit_spec.js
API Panel Test Functionality
Should not crash on key delete
integration/Smoke_TestSuite/ClientSideTests/ApiPaneTests/API_Edit_spec.js
API Panel Test Functionality
Should correctly parse query params
integration/Smoke_TestSuite/ClientSideTests/ApiPaneTests/API_Edit_spec.js
API Panel Test Functionality
Shows evaluated value pane when url field is focused
integration/Smoke_TestSuite/ClientSideTests/ApiPaneTests/API_Edit_spec.js
API Panel request body
Check whether input and type dropdown selector exist when multi-part is selected
integration/Smoke_TestSuite/ClientSideTests/ApiPaneTests/API_Multipart_spec.js
API Panel request body
Check whether input exists when form-encoded is selected
integration/Smoke_TestSuite/ClientSideTests/ApiPaneTests/API_RequestBody_spec.js
API Panel Test Functionality
Test Search API fetaure
integration/Smoke_TestSuite/ClientSideTests/ApiPaneTests/API_Search_spec.js
Name uniqueness test
Test api name unique error
integration/Smoke_TestSuite/ClientSideTests/ApiPaneTests/API_Unique_name_spec.js
Name uniqueness test
Validate Unique Name
integration/Smoke_TestSuite/ClientSideTests/ApiPaneTests/API_Unique_name_spec.js
Name uniqueness test
Validate download apiname check
integration/Smoke_TestSuite/ClientSideTests/ApiPaneTests/API_Unique_name_spec.js
Name uniqueness test
Validate window object property apiname check
integration/Smoke_TestSuite/ClientSideTests/ApiPaneTests/API_Unique_name_spec.js
Name uniqueness test
Validate window object method apiname check
integration/Smoke_TestSuite/ClientSideTests/ApiPaneTests/API_Unique_name_spec.js
Duplicate application
Check whether the duplicate application has the same dsl as the original
integration/Smoke_TestSuite/ClientSideTests/Applications/DuplicateApplication_spec.js
Export application as a JSON file
Check if exporting app flow works as expected
integration/Smoke_TestSuite/ClientSideTests/Applications/ExportApplication_spec.js
Export application as a JSON file
User with admin access,should be able to export the app
integration/Smoke_TestSuite/ClientSideTests/Applications/ExportApplication_spec.js
Export application as a JSON file
User with developer access,should not be able to export the app
integration/Smoke_TestSuite/ClientSideTests/Applications/ExportApplication_spec.js
Export application as a JSON file
User with viewer access,should not be able to export the app
integration/Smoke_TestSuite/ClientSideTests/Applications/ExportApplication_spec.js
Fork application across orgs
Check if the forked application has the same dsl as the original
integration/Smoke_TestSuite/ClientSideTests/Applications/ForkApplication_spec.js
Load More