Sebastian Choren
Sebastian Choren
This PR moves definition file execution logic from cli to server ## Checklist - [x] tested locally - [ ] added new dependencies - [ ] updated the docs -...
This PR... ## Changes - ## Fixes - ## Checklist - [ ] tested locally - [ ] added new dependencies - [ ] updated the docs - [ ]...
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
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...
Allow to run created transactions, and save run data. part of #951
Add transactions to the backend and CLI, so users can create and manage transactions. Part of #951
Allow tests to define outputs, and set the output values on test runs. part of #951
**Describe the bug** When editing a test from the UI, the Dry Run request passes, but the persisted result is failing. This is caused by: 1. The FE is sending...