A way to access the name of a request #3195
CommanderWulf
started this conversation in
General
Replies: 1 comment 1 reply
-
I wish there was something like this. I have some tests that need to re-issue the same request multiple times, polling for the status of a job, until the status is complete. In postman I could accomplish this with this within my tests |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My team is trying to make some dynamic standardized testing solution, which has us actually writing the tests as JavaScript files that a request pulls in and runs. We want to set up an index to make that process a bit easier and were wondering if there is anyway to get the requests name? Like I see the name field in the meta section of the .bru file but is there anyway to access that information from the test section?
Beta Was this translation helpful? Give feedback.
All reactions