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

**Describe the enhancement you'd like to see** Today our database operations are instrumented automatically, however, they are not optimal. For example, they don't follow the OTEL naming conventions for the...

enhancement

**Is your feature request related to a problem? Please describe.** When testing some applications, we might need to cross-check information from two or more different spans. At the current version,...

frontend
feature request
backend

While adding assertions and checks sometimes we don’t want to test the span attributes data. Instead, sometimes it is good to have checks to validate the existence of a specific...

design

Develop new UX design for the overall app

frontend

As part of the search functionality for the trace/run view, we need to implement a search text service where we can send a string as a query and the backend...

backend

We currently have a tracetest.span.duration so we can assert against the length of a span. This is useful when we want to ensure a process does not last longer than...

feature request

Our current CLI relies on test IDs to run (instead of create and run) tests, so it saves the test ID to the definition file. This makes the tests non...

Extract from the big boulder ideas: ``` Users might want to import existing traces, either from prod or other sources, so a test can be applied to a specific trace....

future
frontend

Enable the front end tests to run via our TestKube instance. When finished, we will want a new issue to run these when pushing code.

frontend