Skip to content

Commit 76c22b4

Browse files
authored
Rename cypress config file to its version supported convention (#6137)
Signed-off-by: Manasvini B Suryanarayana <[email protected]>
1 parent 3797fd8 commit 76c22b4

File tree

3 files changed

+22
-28
lines changed

3 files changed

+22
-28
lines changed

Diff for: CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6868
### 🔩 Tests
6969

7070
- Add functional test cypress workflow improvements and enable the workflow for in-house Dashboards tests ([#6061](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/6061))
71+
- Rename cypress config file to its version supported convention ([#6137](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/6137))
7172

7273
## [2.12.0 - 2024-02-20](https://github.com/opensearch-project/OpenSearch-Dashboards/releases/tag/2.12.0)
7374

Diff for: cypress.config.js

-28
This file was deleted.

Diff for: cypress.json

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"defaultCommandTimeout": 60000,
3+
"requestTimeout": 60000,
4+
"responseTimeout": 60000,
5+
"baseUrl": "http://localhost:5601",
6+
"viewportWidth": 2000,
7+
"viewportHeight": 1320,
8+
"env": {
9+
"openSearchUrl": "http://localhost:9200",
10+
"SECURITY_ENABLED": false,
11+
"AGGREGATION_VIEW": false,
12+
"username": "admin",
13+
"password": "myStrongPassword123!",
14+
"ENDPOINT_WITH_PROXY": false,
15+
"MANAGED_SERVICE_ENDPOINT": false,
16+
"VISBUILDER_ENABLED": true,
17+
"DATASOURCE_MANAGEMENT_ENABLED": false,
18+
"ML_COMMONS_DASHBOARDS_ENABLED": true,
19+
"WAIT_FOR_LOADER_BUFFER_MS": 0
20+
}
21+
}

0 commit comments

Comments
 (0)