2 replies
April 2021

robertino.calcaterra Auth0 Employee

Let us know if you have any questions on this front!

1 reply
September 2023 ▶ robertino.calcaterra

shea

What would make this useful is if you showed how to run tests that require authentication.

For example, I am struggling to get the Universal Login Experience to work with Playwright:

await page.getByLabel('Email address').fill('user@domain.com');
await page.getByLabel('Password').fill('password');
await page.getByRole('button', { name: 'Continue' }).click();

The above works for me. I would expect people coming to Auth0 to read an article about Playwright may be interested in something like this.