Skip to content

Commit

Permalink
Rename cypress config file to its version supported convention (opens…
Browse files Browse the repository at this point in the history
…earch-project#6137) (opensearch-project#6141)

Signed-off-by: Manasvini B Suryanarayana <manasvis@amazon.com>
(cherry picked from commit 76c22b4)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

# Conflicts:
#	CHANGELOG.md

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent c9454ac commit ed2e38d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 28 deletions.
28 changes: 0 additions & 28 deletions cypress.config.js

This file was deleted.

21 changes: 21 additions & 0 deletions cypress.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"defaultCommandTimeout": 60000,
"requestTimeout": 60000,
"responseTimeout": 60000,
"baseUrl": "http://localhost:5601",
"viewportWidth": 2000,
"viewportHeight": 1320,
"env": {
"openSearchUrl": "http://localhost:9200",
"SECURITY_ENABLED": false,
"AGGREGATION_VIEW": false,
"username": "admin",
"password": "myStrongPassword123!",
"ENDPOINT_WITH_PROXY": false,
"MANAGED_SERVICE_ENDPOINT": false,
"VISBUILDER_ENABLED": true,
"DATASOURCE_MANAGEMENT_ENABLED": false,
"ML_COMMONS_DASHBOARDS_ENABLED": true,
"WAIT_FOR_LOADER_BUFFER_MS": 0
}
}

0 comments on commit ed2e38d

Please sign in to comment.