## Description - Modified mock api url and refactored specs accordingly **Flaky fixes below:** - Listv2_BasicChildWidgetInteraction_spec.js - QueryPane/Mongo_Spec.js - CreateNewApp_spec.js - Enabling S3_1_spec - upload case back ## Type of change - Flaky test fix ## How Has This Been Tested? - Cypress test runs ## Checklist: ### QA activity: - [ ] Test plan has been approved by relevant developers - [ ] Test plan has been peer reviewed by QA - [ ] Cypress test cases have been added and approved by either SDET or manual QA - [ ] Organized project review call with relevant stakeholders after Round 1/2 of QA - [ ] Added Test Plan Approved label after reveiwing all Cypress test --------- Co-authored-by: Aishwarya UR <aishwarya@appsmith.com>
69 lines
2.3 KiB
JSON
69 lines
2.3 KiB
JSON
{
|
|
"mongo-authenticationAuthtype": "SCRAM-SHA-1",
|
|
"mongo-host": "host.docker.internal",
|
|
"mongo-port": 28017,
|
|
"mongo-databaseName": "mongo_samples",
|
|
"mongo-uri": "mongodb+srv://localhost:localhost@mockdb.net/mock?retryWrites=true&w=majority",
|
|
|
|
"postgres-host": "host.docker.internal",
|
|
"postgres-port": 5432,
|
|
"postgres-databaseName": "fakeapi",
|
|
"postgres-username": "docker",
|
|
"postgres-password": "docker",
|
|
|
|
"mysql-host": "host.docker.internal",
|
|
"mysql-port": 3306,
|
|
"mysql-databaseName": "fakeapi",
|
|
"mysql-username": "root",
|
|
"mysql-password": "root",
|
|
|
|
"mssql-host": "localhost",
|
|
"mssql-port": 1433,
|
|
"mssql-databaseName": "fakeapi",
|
|
"mssql-username": "SA",
|
|
"mssql-password": "Root$123",
|
|
|
|
"arango-host": "localhost",
|
|
"arango-port": 8529,
|
|
"arango-databaseName": "fakeapi",
|
|
"arango-username": "root",
|
|
"arango-password": "Arango$123",
|
|
|
|
"redshift-host": "localhost",
|
|
"redshift-port": 5439,
|
|
"redshift-databaseName": "fakeapi",
|
|
"redshift-username": "root",
|
|
"redshift-password": "Redshift$123",
|
|
|
|
"smtp-host":"host.docker.internal",
|
|
"smtp-port":"25",
|
|
"smtp-username":"root",
|
|
"smtp-password":"root",
|
|
|
|
"OAuth_Username":"testuser@appsmith.com",
|
|
"OAuth_Host":"http://localhost:6001",
|
|
"OAuth_ApiUrl": "http://host.docker.internal:6001",
|
|
"OAUth_AccessTokenUrl": "http://host.docker.internal:6001/oauth/token",
|
|
"OAuth_AuthUrl": "http://localhost:6001/oauth/authorize",
|
|
"OAuth_RedirectUrl":"http://localhost/api/v1/datasources/authorize",
|
|
|
|
"mockApiUrl":"http://host.docker.internal:5001/v1/mock-api?records=10",
|
|
"echoApiUrl":"http://host.docker.internal:5001/v1/mock-api/echo",
|
|
|
|
"restapi-url": "https://my-json-server.typicode.com/typicode/demo/posts",
|
|
"connection-type": "Replica set",
|
|
"database-url": "appsmith-f9fe4.firebaseio.com",
|
|
"projectID": "appsmith-f9fe4",
|
|
"serviceAccCredentials": "testdata",
|
|
"mockHostAddress":"fake-api.cvuydmurdlas.us-east-1.rds.amazonaws.com",
|
|
"mockDatabaseName": "fakeapi",
|
|
"mockDatabaseUsername": "fakeapi",
|
|
"mockDatabasePassword": "LimitedAccess123#",
|
|
"readonly":"readonly",
|
|
"authenticatedApiUrl": "https://fakeapi.com",
|
|
"graphqlApiUrl": "http://host.docker.internal:5000/graphql",
|
|
"GITEA_API_BASE_TED" : "localhost",
|
|
"GITEA_API_PORT_TED": "3001",
|
|
"GITEA_API_URL_TED": "git@host.docker.internal:Cypress"
|
|
}
|