You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we are not doing any E2E tests. Therefore, we cannot test some areas and functionalities. One idea would be to use bats to automate the integration testing.
A good reference to get inspired is the E2E tests at Quick.
The text was updated successfully, but these errors were encountered:
technically, could be done within Pytest (without additional external tooling). We just need to spin up a test environment in the CI. Could we use k3d for that? I suppose Strimzi Kafka would then be easiest to set up. Can we still run our test suite with REST Proxy against Strimzi Kafka (without using Strimzi CRDs)?
Currently, we are not doing any E2E tests. Therefore, we cannot test some areas and functionalities. One idea would be to use bats to automate the integration testing.
A good reference to get inspired is the E2E tests at Quick.
The text was updated successfully, but these errors were encountered: