xco-sk / eck-custom-resources

Kubernetes operator for Indices, Index Templates, Roles, Users and other Elasticsearch and Kibana related resources.
Apache License 2.0
36 stars 8 forks source link

E2E tests coverage - Elasticsearch resources #64

Closed xco-sk closed 1 year ago

xco-sk commented 1 year ago

This PR implements an E2E test suite covering the existing functionality of the ECK-CR operator. The test scenarios are written in Cucumber/Gherkin and implemented in Java (with Gradle). The CI setup for the automated tests run will be added in a separate ticket.

Closes #49