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

setup testkube in our cluster so we can use it to run all our tests, BE and FE

frontend
backend

Add some advanced comparatos to showcase what could be achieved. Tentative examples: - jsonHasKey - jsonValueIs

future
backend

## Problem Today we are storing everything as plain text and we might have some sensitive information that we don't want to display when editing tests. We could have some...

feature request

We need to implement the following fields in the TestRun API response: - `Transaction execution time`: the time it takes from making the transaction call to get a response. -...

needs planning

As a User, I want to know more details about the triggering transaction, such as the http.method (GET, POST), the http headers, the request body So that I can when...

design

As a developer: Before I commit something to the web repo I should see the integration tests, unit tests, and lint rules executed and if those fail the commit should...

frontend

We originally used the `jaegertracing/protobuf` docker image for building, but it doesn't work on M1, so we created `schoren/protobuf`, forked from jaeger one. But that doesn't work on amd64. We...

As a User, I want to be able to edit the triggering transaction for a test So I can make changes or correct mistakes

design

Need a dictionary / diagram to show the major elements of a test, assertion, selector, etc