Level Up Your Playwright Skills with Andrew Knight | Testμ 2024

What are some best practices for structuring Playwright tests in TypeScript?

While this workshop is going to be in-depth and folks can follow along, are there workshops or tutorials for this process that attendees can do at their own pace?

Is playwright covered flakytest

What are the challenges and limitations of Playwright?

How to deal with Flaky Tests?

Does Playwright offer plugins or integrations with popular CI/CD tools

Does Playwright has a plug-in for Jira?

Any patters you recommend to use with Playwright? (other than the page object one)

In which situations is it preferable to use ‘softExpect’ instead of ‘expect’?

Do you have examples of API tests with Playwright or any best practices you can share?

What about the screenplay pattern as an alternative to POM? Is there an example of it?

What we can do when we run serial test cases if it failed?

not able to retires separately need to run completely

Can you also tell us a little bit about testcafe? What You recomand between testcafe and Cypress?

you can use vscode . from terminal to immediately open in vs code

Why is Playwright’s UI mode primarily used for local testing rather than in a CI/CD pipeline, and what alternative debugging strategies can be employed in CI/CD environments to diagnose and troubleshoot test failures effectively?

Any Gen-AI based libraries I can use as a lot of panelists talked about using AI

What is the portion on frontend / backend test?

Best reporting for it report portal?

Can you share this page object model? Is it on github?