tau-advanced-playwright
tau-advanced-playwright copied to clipboard
Course Advanced Playwright by Renata Andrade for Test Automation University
**🐞 Describe the question:** In this line https://github.com/raptatinha/tau-advanced-playwright/blob/bd497df77eefd3f48ea1f59a0223a1c8487b3bbd/tests/utils/hooks.ts#L14 My editor gives me the lint message: "this expression is not constructable". If I add a comment `// @ts-ignore` above it, the...
**🐞 Describe the question:** Hello! Hope you are doing well! I've been stuck with the API authentication exercise. I'm using the demoqa.com site so I might be ignoring something. This...
[BUG]
**🐞 Describe the bug:** When I try to run the tests, with the command 'npx playwright test' I have an error : Error: locator.fill : value : expected string, got...
**🐞 Describe the bug:** Tests fail UI Mode does not open **👻 To Reproduce:** Follow the setup steps from the course (there are lots of gaps. test the course on...
Hello Renata / anyone! In 1.1 of the Advanced Course, around 4:45 you are explaining that you ran describe.only (Profile - Stored Auth) to show that you are logged in,...
**🐞 Describe the bug:** In the demoqa.com website, when I click on a book to see the details, I am presented with a blank page. **👻 To Reproduce:** Steps to...
**🐞 Describe the question:** I have a question related to fixtures and Playwright. My app has 2 flavors, EU and US shop and the customers can be guest or logged...
**🐞 Describe the question:** I am wondering how to do the test data mapping based on the environment? For example, in your spec book-with-fixture-and-api-isolated-auth.spec.ts I would like to have userData...