Join Debbie O’Brien, Senior Technical Program Manager at Microsoft, as she uncovers powerful Playwright features that can elevate your testing strategy. Dive into essential tools like project dependencies, API mocking, the Clock API, and more—designed to refine and enhance your Playwright skills.
Still not registered? Secure your free ticket now: Register Now!
Already registered? Feel free to post your questions in the thread below
Hi there,
If you couldn’t catch the session live, don’t worry! You can watch the recording here:
Here are some unanswered questions that were asked in the session
can playwright is benefical using java or javascripr
Why Playwright is leading the race of best Automation Tool ?
Is parallelism in Playwright doable with traditional docket containers infra ?
Why Playwright is leading the race of best automation tool ?
What are some best practices for writing efficient and reliable tests with Playwright?
Will playwrite support rust?
Which one is better in terms of parellelism playwright or cypress?
Having independent tests is a great idea. However, in some situations, we might want to call one test as a pre-setup for another. Will we have the flexibility to do this, or will we need to continue creating methods to abstract the reuse?
Can we get the demo code from this presentation?
Is playwright controlled flaky test cases
What is the most suitable programming language used for playwright that is acceptable in testing?
How does the “clock” feature work? would it help me “force” trigger some time events such as cronjobs on the backend?
When should actions be created as setup tests in place of using fixtures?
Is playwright going to take over selenium
Can we take screen shot using Playwright like Selenium does?
Can we get the extended test report as readable for non technical person?
Does this solution work well with Java?
Can playwright is benefical using java or javascript