This repository was archived by the owner on Aug 2, 2022. It is now read-only.
Hook up integration test for Alerting Kibana plugin #560
Labels
infra
Infra Team Issues
pending for information
security disabled
This Plugin Disables The Security Features
security enabled
This Plugin Enables The Security Features
testing
Request adding integration test for Alerting Kibana plugin to the build workflow with and without security
Assumption:
With security: Elasticsearch is running at http://localhost:9200, Kibana is running at http://localhost:5601
Without security: Elasticsearch is running at https://localhost:9200, Kibana is running at http://localhost:5601
Step to run the test:
kibana/plugins/alerting-kibana-plugin
), run command in below to start the Cypress testWith security:
yarn run cypress run --env security_enabled=true
WIthout security:
yarn run cypress run
A successful workflow run in Alerting Kibana plugin repo, without security enabled:
https://github.com/opendistro-for-elasticsearch/alerting-kibana-plugin/actions/runs/489045146
The PR to support running Cypress test in ODFE cluster with security enabled for Alerting Kibana plugin:
opendistro-for-elasticsearch/alerting-kibana-plugin#235
The text was updated successfully, but these errors were encountered: