Skip to content

Commit

Permalink
[MD] func testing for data source management listing (opensearch-proj…
Browse files Browse the repository at this point in the history
…ect#325)

* [MD][PoC] Multiple data source create credential use case

* func testing for data source management listing & es lint on few existing files

* updating the datasource listing tests with new features

Signed-off-by: mpabba3003 <[email protected]>

* refactoring create button test

Signed-off-by: mpabba3003 <[email protected]>

* adding feature flag and Re-org folder structure

Signed-off-by: mpabba3003 <[email protected]>

* lint

Signed-off-by: mpabba3003 <[email protected]>

* updating timeout to 1800

Signed-off-by: mpabba3003 <[email protected]>

* optimizing test cases run time & re-org utils/plugin/datasource -> utils/dashboards/datasource

Signed-off-by: mpabba3003 <[email protected]>

Signed-off-by: mpabba3003 <[email protected]>
Co-authored-by: Louis Chu <[email protected]>
Signed-off-by: Jakub Przybylski <[email protected]>
  • Loading branch information
2 people authored and jakubp-eliatra committed Mar 24, 2023
1 parent 0e1fefe commit fcb42f9
Show file tree
Hide file tree
Showing 6 changed files with 553 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cypress-workflow-bundle-snapshot-based.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
uses: ./.github/workflows/release-e2e-workflow-template.yml
with:
test-name: Core Dashboards using Bundle Snapshot
test-command: env CYPRESS_VISBUILDER_ENABLED=true yarn cypress:run-with-security --browser chromium --spec 'cypress/integration/core-opensearch-dashboards/opensearch-dashboards/**/*.js'
osd-serve-args: --wizard.enabled=true
test-command: env CYPRESS_VISBUILDER_ENABLED=true CYPRESS_DATASOURCE_MANAGEMENT_ENABLED=true yarn cypress:run-with-security --browser chromium --spec 'cypress/integration/core-opensearch-dashboards/opensearch-dashboards/**/*.js'
osd-serve-args: --wizard.enabled=true --data_source.enabled=true
3 changes: 2 additions & 1 deletion cypress.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"password": "admin",
"ENDPOINT_WITH_PROXY": false,
"MANAGED_SERVICE_ENDPOINT": false,
"VISBUILDER_ENABLED": false
"VISBUILDER_ENABLED": false,
"DATASOURCE_MANAGEMENT_ENABLED": false
}
}
Loading

0 comments on commit fcb42f9

Please sign in to comment.