Open two867 opened 5 months ago
I want to use the code in pytest_playwright.py, but each page in there is a separate context, how can I use the page fixture in pytest_playwriht.py while carrying the auth information?
Hi @two867,
What i did is a bash script of 2 commands.
Don't know how good this solution is, but it works
I want to use the code in pytest_playwright.py, but each page in there is a separate context, how can I use the page fixture in pytest_playwriht.py while carrying the auth information?