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.