kiranz / just-api

:boom: Test REST, GraphQL APIs
https://kiranz.github.io/just-api/
MIT License
813 stars 35 forks source link

Could you set the userContext for loop functions #15

Open biasmey opened 5 years ago

kiranz commented 5 years ago

Can you elaborate on what are you exactly trying to do?

biasmey commented 5 years ago

I want to access the suite context to get saved data inside of loop functions

kiranz commented 5 years ago

The loop function is currently implemented as a way to get a list of items that can be used to generated multiple tests. It's not tied to the suite context.

I'm gonna tag this as an enhancement for a possible feature in the future.