PromucFlow_constructor/app/client/cypress/fixtures/datasources.json

93 lines
3.1 KiB
JSON
Raw Normal View History

{
"mongo-authenticationAuthtype": "SCRAM-SHA-1",
"mongo-host": "host.docker.internal",
"mongo-port": 28017,
"mongo-databaseName": "mongo_samples",
"mongo-uri": "mongodb://host.docker.internal:28017/mongo_samples?retryWrites=true&w=majority",
"postgres-host": "host.docker.internal",
"postgres-port": 5433,
"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": "host.docker.internal",
"mssql-port": 1433,
"mssql-databaseName": "fakeapi",
"mssql-username": "SA",
"mssql-password": "Root@123",
"arango-host": "host.docker.internal",
"arango-port": 8529,
"arango-databaseName": "_system",
"arango-username": "root",
"arango-password": "Arango",
"elastic-host": "http://host.docker.internal",
"elastic-port": 9200,
"elastic-username": "elastic",
"elastic-password": "docker",
"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",
"redis-host": "host.docker.internal",
"redis-port": "6379",
"oracle-host": "random-data",
"oracle-port": "40",
"oracle-name": "random-name",
"oracle-username": "random-username",
"oracle-password": "random-password",
"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",
"AirtableBase": "appubHrVbovcudwN6",
"AirtableTable": "tblsFCQSskVFf7xNd",
"echoApiUrl": "http://host.docker.internal:5001/v1/mock-api/echo",
"randomCatfactUrl": "http://host.docker.internal:5001/v1/catfact/random",
test: fix test API_CurlImportPost_spec.js (#24332) ## Description Fixes test by removing third party api to TED api #### Type of change ## Testing > #### How Has This Been Tested? locally ## Checklist: #### Dev activity - [ ] My code follows the style guidelines of this project - [ ] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [ ] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] New and existing unit tests pass locally with my changes - [ ] PR is being merged under a feature flag #### QA activity: - [ ] [Speedbreak features](https://github.com/appsmithorg/TestSmith/wiki/Test-plan-implementation#speedbreaker-features-to-consider-for-every-change) have been covered - [ ] Test plan covers all impacted features and [areas of interest](https://github.com/appsmithorg/TestSmith/wiki/Guidelines-for-test-plans/_edit#areas-of-interest) - [ ] Test plan has been peer reviewed by project stakeholders and other QA members - [ ] Manually tested functionality on DP - [ ] We had an implementation alignment call with stakeholders post QA Round 2 - [ ] Cypress test cases have been added and approved by SDET/manual QA - [ ] Added `Test Plan Approved` label after Cypress tests were reviewed - [ ] Added `Test Plan Approved` label after JUnit tests were reviewed --------- Co-authored-by: Parthvi Goswami <parthvigoswami@Parthvis-MacBook-Pro.local>
2023-06-16 17:24:41 +00:00
"multipartAPI": "http://host.docker.internal:5001/v1/mock-api/echo-multipart",
test: Remove 3rd party api from cypress tests (#24815) ## Description This PR updates api used in test from 3rd party to TED's and fixes Omnibar spec #### PR fixes following issue(s) #### Type of change > Please delete options that are not relevant. - Bug fix (non-breaking change which fixes an issue) - New feature (non-breaking change which adds functionality) - Breaking change (fix or feature that would cause existing functionality to not work as expected) - Chore (housekeeping or task changes that don't impact user perception) - This change requires a documentation update > > > ## Testing > #### How Has This Been Tested? > Please describe the tests that you ran to verify your changes. Also list any relevant details for your test configuration. > Delete anything that is not relevant - [ ] Manual - [ ] Jest - [ ] Cypress > > #### Test Plan > Add Testsmith test cases links that relate to this PR > > #### Issues raised during DP testing > Link issues raised during DP testing for better visiblity and tracking (copy link from comments dropped on this PR) > > > ## Checklist: #### Dev activity - [ ] My code follows the style guidelines of this project - [ ] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [ ] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] New and existing unit tests pass locally with my changes - [ ] PR is being merged under a feature flag #### QA activity: - [ ] [Speedbreak features](https://github.com/appsmithorg/TestSmith/wiki/Guidelines-for-test-plans#speedbreakers-) have been covered - [ ] Test plan covers all impacted features and [areas of interest](https://github.com/appsmithorg/TestSmith/wiki/Guidelines-for-test-plans#areas-of-interest-) - [ ] Test plan has been peer reviewed by project stakeholders and other QA members - [ ] Manually tested functionality on DP - [ ] We had an implementation alignment call with stakeholders post QA Round 2 - [ ] Cypress test cases have been added and approved by SDET/manual QA - [ ] Added `Test Plan Approved` label after Cypress tests were reviewed - [ ] Added `Test Plan Approved` label after JUnit tests were reviewed --------- Co-authored-by: Parthvi Goswami <parthvigoswami@Parthvis-MacBook-Pro.local>
2023-06-27 05:22:50 +00:00
"randomTrumpApi": "http://host.docker.internal:5001/v1/whatdoestrumpthink/random",
"uuid1Api": "http://host.docker.internal:5001/v1/mock-api/uuid1",
"uuid4Api": "http://host.docker.internal:5001/v1/mock-api/uuid4",
"nillApi": "http://host.docker.internal:5001/v1/mock-api/nill",
"firestore-database-url": "https://appsmith-22e8b.firebaseio.com",
"firestore-projectID": "appsmith-22e8b",
"restapi-url": "https://my-json-server.typicode.com/typicode/demo/posts",
"connection-type": "Replica set",
"mockHostAddress": "fake-api.cvuydmurdlas.us-east-1.rds.amazonaws.com",
"mockDatabaseName": "fakeapi",
"mockDatabaseUsername": "fakeapi",
"mockDatabasePassword": "LimitedAccess123#",
"readonly": "readonly",
"authenticatedApiUrl": "http://host.docker.internal:5001",
2024-04-23 04:31:14 +00:00
"GraphqlApiUrl_TED": "http://host.docker.internal:4200/graphql",
"GITEA_API_BASE_TED": "localhost",
"GITEA_API_PORT_TED": "3001",
"GITEA_API_URL_TED": "git@host.docker.internal:Cypress"
}