tracetest icon indicating copy to clipboard operation
tracetest copied to clipboard

🔭 Tracetest - Build integration and end-to-end tests in minutes, instead of days, using OpenTelemetry and trace-based testing.

Results 273 tracetest issues
Sort by recently updated
recently updated
newest added

### Docs Create separate sections with instructions for different ways of `installing/accessing` Tracetest (for example `kubernetes`, `docker`)

documentation

### Readme Improve section `How does Tracetest work?`

documentation

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...

frontend

# 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...

feature request
backend

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...

enhancement
design

**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,...

feature request
triage

## 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...

documentation
enhancement
design
frontend
backend
CLI

**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....

feature request
triage

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...

enhancement
triage