'NeoLoad results send to datadog
I am using the NeoLoad test tool for my project and getting the test results.
however, Looking at how I can send these results to the DataDog dashboard.?
has anyone done this configuration?
Solution 1:[1]
Your question is very broad but here is the approach I would try:
- Use neoload-cli to generate JUnit XML results files
- Upload your JUnit files to Datadog using datadog-ci
- script those two steps to run after your tests complete (many different ways to do this, and depends heavily on how you are triggering the tests)
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | bwest |
