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
We have https://cloud-test-stats.elastic.co for aggregating test data which is used for Scala code right now. It might be a good idea to put test stats there.
The main issue at the moment - we need to provide test results in xUnit XML compatible format. It should be possible, https://github.com/jstemmer/go-junit-report can do that, for example.
The text was updated successfully, but these errors were encountered:
I like the idea to collect test data to have a consolidated view and to ease diagnostics when failures occur.
I have little extra idea. It could also be an opportunity to eat our own food. We could use an Elasticsearch cluster managed by ECK to aggregate this test data. This would allow us to use the product we build, to stay alert to the user experience and see how it behaves over time.
This would allow us to use the product we are building, help us to stay attentive to the user experience and to see how it behaves over time.
We have https://cloud-test-stats.elastic.co for aggregating test data which is used for Scala code right now. It might be a good idea to put test stats there.
The main issue at the moment - we need to provide test results in xUnit XML compatible format. It should be possible, https://github.com/jstemmer/go-junit-report can do that, for example.
The text was updated successfully, but these errors were encountered: