mcdcorp / opentest

Open source test automation tool for web applications, mobile apps and APIs
https://getopentest.org
MIT License
446 stars 107 forks source link

Session_id and session label from inside the test #633

Open ewmartinez opened 9 months ago

ewmartinez commented 9 months ago

Hi @adrianth, We need to make a call to an API like in #632 to obtain the data for an execution. And to execute the API we need to have both session id and the sesion label of that execution. Is there a way to reach those information? We have an aplication that is in charge of give clean data for execution, and in this way we could reach our target. Thanks for the tool, it is very complete solution