You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my automation project I programmatically login to several users during globalSetup however now that I have many accounts to login to I'm thinking I would like to only login to accounts which are needed for the tests being run.
I would love to be able to get a list of test names in globalSetup so I could determine what accounts need to be logged into?
I also want this to work when debugging or running from VScode so not just command line.
Is this possible?
Example
No response
Motivation
It will make handling authenticated state by specific test easier
The text was updated successfully, but these errors were encountered:
🚀 Feature Request
Hi all,
In my automation project I programmatically login to several users during globalSetup however now that I have many accounts to login to I'm thinking I would like to only login to accounts which are needed for the tests being run.
I would love to be able to get a list of test names in globalSetup so I could determine what accounts need to be logged into?
I also want this to work when debugging or running from VScode so not just command line.
Is this possible?
Example
No response
Motivation
It will make handling authenticated state by specific test easier
The text was updated successfully, but these errors were encountered: