saucectl
saucectl copied to clipboard
If run local - VSCode workflow improvements
As a developer I want to have a seamless integration into VSCode (and eventually other) IDE(s). Let's ensure that they can set breakpoints and start a saucectl test from the IDE directly.
Workflow:
- user sets breakpoint in IDE
- user starts a test clicking on the debug button
- saucectl starts a container and stops the test once line is reached