*How*
# Add e2e tests to app-metrics-operator repo similarly as it's done for [unifiedpush-operator|https://github.com/aerogear/unifiedpush-operator/tree/master/test/e2e] (see [operator-sdk guide for writing e2e tests|https://github.com/operator-framework/operator-sdk/blob/master/doc/test-framework/writing-e2e-tests.md]) # Make sure that Makefile in app-metrics-repo is containing commands needed to run the e2e test [see unifiedpush-operator for reference|https://github.com/aerogear/unifiedpush-operator/blob/master/Makefile#L32-L43] |
|