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
Kyle added some instrumentation for our Go tests using gotestsum's XML output. This data is sent to DataDog and tells us how long tests take to run (including trends over time), so it is useful for us to identify opportunities to improve test performance.
DataDog provides an agent and instructions for adding this instrumentation, which appears to be relatively straightforward, so we should explore doing that for our TypeScript tests.
The text was updated successfully, but these errors were encountered:
Fixes#244
- Adds `jest-junit`
- Configures `jest-junit` to output `junit.xml` in `site/test_results`
- Uploads the emitted `junit.xml` to datadog as part of the `test/js` workflow
Uh oh!
There was an error while loading. Please reload this page.
Kyle added some instrumentation for our Go tests using
gotestsum
's XML output. This data is sent to DataDog and tells us how long tests take to run (including trends over time), so it is useful for us to identify opportunities to improve test performance.Documentation about CI visibility features here: https://docs.datadoghq.com/continuous_integration/
DataDog provides an agent and instructions for adding this instrumentation, which appears to be relatively straightforward, so we should explore doing that for our TypeScript tests.
The text was updated successfully, but these errors were encountered: