tracetest
tracetest copied to clipboard
🔭 Tracetest - Build integration and end-to-end tests in minutes, instead of days, using OpenTelemetry and trace-based testing.
This PR allows tracetest to store metadata about a test run. The CLI is now capturing CI data when a test is running, this will be used to make it...
This PR implements the new `Test` mode for the `Test Run Detail page`. ## Changes - Changed the UI components related to the Test Run Detail page. - New UI...
**Context:** as part of v0.7 we want to improve the UX/UI around the Test Run Details page. **Objective:** the goal of this ticket is to implement the new Test mode....
This PR updates the `testDefinition` term and replaces it with `spec` instead. ## Checklist - [x] tested locally - [ ] added new dependencies - [x] updated the docs -...
It seems that the changes introduced to support the [custom server prefix](https://github.com/kubeshop/tracetest/pull/701) are generating JS errors when you load a `Test Run` page. The app tries to load the main...
Redesign based on this https://kubeshop.atlassian.net/wiki/spaces/KUBESHOP/pages/596901910/No+more+BS+Plan
As a developer, I want to be able to see what pull request trigger a test run, what the commit was, etc when view test run info. Look at the...
This PR adds a `server install` cli command. At the moment it can only handle docker compose deployments, but it can set up linux systems and do some basic config...
The installer from #1089 allows to enable/disable the demo app when installing. Also, the URL of the demo services changes depending on the deployed environment. It would be great if...
We need to research and come up with a plan on how to improve the developer experience for users that want to start using Tracetest in their local environments and...