Reputation: 175
Is it possible to generate auto API test report using Datadog? :) I'm creating a project in Java using Rest Assured and Hamcrest. I have the project on gitlab and I would like the tests to be automatically run. Based on them, I would like to receive a report :). At first I through I could use a allure but my supervisor asked me if I could do it in Datadog. I tried to find background material on this subject, but failed :( I will be grateful for every link with supporting materials :)
Upvotes: 0
Views: 432
Reputation: 674
What do you use for build tool maven or gradle?
I think this should work for you: https://docs.datadoghq.com/continuous_integration/tests/java
Upvotes: 1