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

Create a living document that covers the major trace visualization tools in the industry. Will be helpful to us and to others to have a comprehensive list.

future

As a user, I want to be able to send http body as part of my triggering transaction and easily enter it based on the type of the data being...

needs planning
future

## Context When writing integration tests, it is common to have some setup phase where you create all the resources the test will need in order to work. A good...

future
feature request

As a developer / engineer When viewing a span and looking at the details, it would be helpful to know the proper semantic names that could be used So that...

future
feature request

1. Make an app that sends data to x-ray 2. Enable 1/10 client sampling 3. Test if tracetest forces client to send the trace 4. Implement get trace by id...

needs planning
future

This PR enables users to define `span[]` as a valid selector to select all spans. ### Motivation Without this, there's no way of selecting all spans that are descendent of...

This PR moves definition file execution logic from cli to server ## Checklist - [x] tested locally - [ ] added new dependencies - [ ] updated the docs -...

This PR implements the new assertion engine to allow users to write more complex assertions. Related material: #1315 #1350 ## Checklist - [ ] tested locally - [ ] added...

This PR adds the logic to provide a list of `selector suggestions` based on the current selector (selected span), that will help users understand common query operations. ## Changes -...

frontend

If I have more than one span selected when creating a a test spec, when I click to move to the second span, the '1 of X' disappears. It works...

bug
frontend
triage