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

This PR... ## Changes - ## Fixes - ## Checklist - [ ] tested locally - [ ] added new dependencies - [ ] updated the docs - [ ]...

**Context:** as part of the efforts of teaching users how to interact with our [Selector Language](https://docs.tracetest.io/advanced-selectors/), we want to provide a list of `suggestions` based on the currently selected span,...

design
frontend

Our current implementation of yaml encoding/decoding, is in part duplicated in server and CLI, leading to duplicated work. We need to centralize all this code into a single shared library

backend
CLI

This PR adds the Selector Language cheat sheet to the `Create Test Spec` form. ## Changes - Add the Selector Language cheat sheet ## Fixes - #fixes #1382 ## Checklist...

frontend

**Context:** as part of the efforts of teaching users how to interact with our [Selector Language](https://docs.tracetest.io/advanced-selectors/), we want to provide a `Cheat Sheet` that helps them understand how queries are...

design
frontend

**Context:** as we continue adding features to the app, we should have a proper methodology to create/reuse UI components. We want to create a more robust UI design system for...

frontend

**Problem** Some services in our cluster sometimes receive multiple headers with same key, for example 2 Accept-Language headers with different values. Tracetest currently sends the header-key once, with the header-value...

feature request

Example case: I am testing a create product flow. It starts with an API call, which triggers a DB insert. The new ID is then passed to some other internal...

feature request

Allow to run created transactions, and save run data. part of #951

backend
CLI

Add transactions to the backend and CLI, so users can create and manage transactions. Part of #951

backend
CLI