PromucFlow_constructor/app/client/cypress/fixtures/datasources.json
Aishwarya-U-R 3a4db6bdfd
test: Automated tests for S3 uploads & Mongo Bugs + Flakiness fixes (#9931)
* Bugs  #9069, #9201, #6975, #9922 - Scripted

* Mongo DS update from Cloud to Localhost

* Updating command.js

* Ignoring Mongo until Localhost is fixed

* S3 fixes

* S3 fix

* Mongo Cloud to Localhost transition

* Bug #6375 scripted

* Failure fix

* S3 fix + testSaveDs method flow update

* Refresh datasource structure script fix

* Entity explorer datasource structure script fix

* testSaveDs method flow update fixes

* testSaveDs method flow update fixes - set 2

* S3, Mongo Skipping cases fix

* Custom Chart failure fix

* Button-Call-Query Validation case script fix

* Confirm run action failure fix

* Confirm run action script fix

* Dropdown-Call-Query Validation script fix

* S3 - Delete icon issue fix

* S3 - Delete icon locator updated

* actionContextMenuByEntityName method call update

* Table widget add new menu button column - rgb fix

* Commenting BG color verify - to override flakiness

* Mongo skipping script fix

* Commenting Cypress.runner.stop()
2021-12-29 11:11:30 +05:30

45 lines
1.6 KiB
JSON

{
"mongo-authenticationAuthtype": "SCRAM-SHA-1",
"mongo-host": "localhost",
"mongo-port": 28017,
"mongo-databaseName": "sample_airbnb",
"mongo-uri": "mongodb+srv://localhost:localhost@mockdb.net/mock?retryWrites=true&w=majority",
"postgres-host": "localhost",
"postgres-port": 5432,
"postgres-databaseName": "fakeapi",
"postgres-username": "postgres",
"postgres-password": "postgres",
"mysql-host": "localhost",
"mysql-port": 3306,
"mysql-databaseName": "fakeapi",
"mysql-username": "root",
"mysql-password": "root123",
"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",
"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",
"access_key": "AKIATTSPRCT3ZEMEPSMC",
"secret_key": "DTFRFG15G7Xyn8IIHDW9cKXMg+TuA7DIC74oC0L9",
"mockHostAddress":"fake-api.cvuydmurdlas.us-east-1.rds.amazonaws.com",
"mockDatabaseName": "fakeapi",
"mockDatabaseUsername": "fakeapi",
"mockDatabasePassword": "LimitedAccess123#",
"readonly":"readonly"
}