tracetest
tracetest copied to clipboard
🔭 Tracetest - Build integration and end-to-end tests in minutes, instead of days, using OpenTelemetry and trace-based testing.
setup testkube in our cluster so we can use it to run all our tests, BE and FE
Add some advanced comparatos to showcase what could be achieved. Tentative examples: - jsonHasKey - jsonValueIs
## 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...
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. -...
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...
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...
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
Need a dictionary / diagram to show the major elements of a test, assertion, selector, etc