launchiamenterprise / keyrunner

KeyRunner: A secure, codeless VS Code extension for API testing & Designing. Features include data encryption at rest, sensitive data masking, and the innovative Playground for chaining API requests without coding
https://keyrunner.app
MIT License
9 stars 0 forks source link

Requests in the Playground are changed if you save them after running #4

Closed yramrax closed 4 months ago

yramrax commented 4 months ago

I'm using the VSCode plugin v1.0.29

I've created a Request Flow with only one Request: image

When I run it, the Requests are updated with the changed values. Therefore it is not possible to simply change the environment and execute the Flow again directly. While this is not optimal the real issue is when the Request Flow is saved after being executed since the original is lost and the modified persisted. This is a screenshot after running, saving the flow, closing and reopening it: image

launchiamenterprise commented 4 months ago

Issue is now fixed with v1.0.30

yramrax commented 4 months ago

Thank you very much I can confirm that it works