tracetest
tracetest copied to clipboard
🔭 Tracetest - Build integration and end-to-end tests in minutes, instead of days, using OpenTelemetry and trace-based testing.
### Docs Create separate sections with instructions for different ways of `installing/accessing` Tracetest (for example `kubernetes`, `docker`)
### Readme Improve section `How does Tracetest work?`
Given this test definition: ``` testDefinition: - selector: span[name = "POST /pokemon/import"] assertions: - tracetest.span.duration
As part of us getting move involved with the Open Telemetry community we want to include the demo app https://opentelemetry.io/blog/2022/demo-announcement/ into our ecosystem that way we can demonstrate how to...
# Problem Today we only can execute assertions against static values. However, there are some use-cases for more complex assertions, such as asserting that an operation that is async runs...
The search capability for a trace needs improvement & some thought. I could not see the highlighting in my loom recording below. Secondly, I might expect the "< > 0...
**Is your feature request related to a problem? Please describe.** Our potential use case would require in-depth assertions on JSON responses returned from tests. Assertions against trace data is helpful,...
## Problem We need a way to group tests so they can be run as a single unit. Some tests will be able to run on its own, but others...
**Is your feature request related to a problem? Please describe.** Our potential use for tracetest requires making a series of API calls in sequence and validating behavior at each step....
Currently, selecting an assertion 'takes you / zooms' to the first of the spans selected by this assertion. When you click on 'select span' within an assertion, it feels like...