Daniel Talash
Daniel Talash
This should fix several problems with the library. - Issue #276 is a problem with callbacks not being functional when the library is used as a component. - The issue...
#### 1. Describe the bug, what it is and what it should be (expected behavior) If you rename a test which is currently opened, the test name doesn't update in...
#### 1. Describe the bug, what it is and what it should be (expected behavior) When you edit a test name, dragging the text around doesn't select it, just moves...
When you export a collection of tests, the current saved versions of those tests are exported, even if you have some unsaved changes in open tabs. It would be nice...
We track our tests in the same git repo that holds the API we're testing by exporting them and committing the changes. It would be awesome if there were a...
It would be great if a folder of tests could be run in a sequence. All the test successes/failures should be logged and shown so it is easy to identify...
It's possible to duplicate a single request, but duplicating a folder of requests takes some time. If it were possible to make a copy of the whole folder at once...
Request names can currently only be edited by opening the dropdown menu; it would be really nice if we could just have an inline text box for editing the request...
We need to be able to integrate our tests into our CI/CD pipelines, which means being able to invoke them from the command line and receive a result. This would...