Replies: 14 comments
-
Yes, if you are dealing with sessions, execution order is very important! |
Beta Was this translation helpful? Give feedback.
-
Old suggestion, but as a newcomer I feel the testing side of things is lacking compared to the incredible debug creation flow. I think the testing side of things really needs the ability to reorder and duplicate to become fully maintainable on the user side Another way to do this would be to allow for raw editing |
Beta Was this translation helpful? Give feedback.
-
Jumping in to also say that test re-ordering would be extremely beneficial. I organize my test suites by process, and when those processes naturally evolve it's unfortunate that I have to re-create the entire suite. |
Beta Was this translation helpful? Give feedback.
-
+1 This is urgently needed if Insomnia wants to be a test tool. |
Beta Was this translation helpful? Give feedback.
-
+1 Any raw text file editing can be as a workaround for now? |
Beta Was this translation helpful? Give feedback.
-
Because of this, I've abandoned insommia in favor of httpyac vscode plugin |
Beta Was this translation helpful? Give feedback.
-
How isn't there even replied to this yet |
Beta Was this translation helpful? Give feedback.
-
Wow I find it quite surprising that this is not a feature. What if I had 50 test cases and I needed to add a new one as the second test case? That requires me to delete the below 49, add the specific test case, and rebuild 49. I know the Kong team is doing a lot but this seems like it should have been implemented a while ago. Any update on this? UPDATE (on my end) I found a workaround for now (Warning: this will double your data up)
If you want to ADD tests and put them in some order, you need to first, create as many "new tests" as you want. I leave them as the default, but create as many as you need before doing the steps above. Then once you edit the backup, you can see all your new tests. Now you can adjust them to the new created date value. This is a nightmare to deal with and a total pain point, mainly because I have found no way to pick and choose what I want to import. Nor have I found a way to have insomnia to import a backup that is not a merge. So I am forced to delete every debug, test, and env var, before trying to import the new data. This is a terrible work around but its the only thing I found that works. Insomnia team please fix this! |
Beta Was this translation helpful? Give feedback.
-
The fact that I can't reorder or duplicate test cases in Insomnia is THE reason why I have decided not to use the application as part of my development process right now. |
Beta Was this translation helpful? Give feedback.
-
+1 |
Beta Was this translation helpful? Give feedback.
-
This has already been built and merged this week: #7020 As such, it will be available in the next release. |
Beta Was this translation helpful? Give feedback.
-
As a user, I would like the ability to reorder the test cases in the Test UI by dragging them around.
Beta Was this translation helpful? Give feedback.
All reactions