Playwright

114 bookmarks
Newest
Web Accessibility: A step-by-step guide to Testing with @axe-core/cli - Learn with RV - Tech Blog
Web Accessibility: A step-by-step guide to Testing with @axe-core/cli - Learn with RV - Tech Blog
Accessibility enhances the user experience for everyone, allowing a wider audience to engage with your content. One powerful tool that can help you in this process is Axe — an accessibility testing engine for websites and other HTML-based user interfaces. It's fast, secure, lightweight, and was built to seamlessly integrate with any existing test environment so
·razvanvancea.ro·
Web Accessibility: A step-by-step guide to Testing with @axe-core/cli - Learn with RV - Tech Blog
Fix Flaky Playwright Test with Loop
Fix Flaky Playwright Test with Loop
Fix flaky Playwright tests using a `while` loop by analyzing UI flow, setting click attempts, and ensuring seamless actions with minimal retries
·stevenqa.hashnode.dev·
Fix Flaky Playwright Test with Loop
Build Your first end-to-end test with Playwright - Training
Build Your first end-to-end test with Playwright - Training
In this module, you'll learn how to use Playwright to test a sample web application. You'll learn how to run tests, view test reports, and understand the structure of a Playwright project. You'll also learn how to use Visual Studio Code to run tests, debug tests, and record new tests. Finally, you'll learn how to create a new test suite, and how to refine your tests.
·learn.microsoft.com·
Build Your first end-to-end test with Playwright - Training
3 Tips to execute your test in parallel
3 Tips to execute your test in parallel
In this article, I will share 3 tips that can help you to execute your test in parallel. What is parallel testing? Parallel testing is a process that allows you to run your tests at the same time to reduce the execution time. For example, if you have 120 tests that need around 30 minutes to run sequentially in Firefox, WebKit, and Safari. You can set up your test to run in parallel with 3 agents. And you can run 3 different tests at the same time. So, instead of waiting 30 minutes, you can get the results in around 10 minutes.
·abigailarmijo.substack.com·
3 Tips to execute your test in parallel
Playwright Test Generator
Playwright Test Generator
Streamline Web Testing with Playwright Test Generator: A Comprehensive Guide to Codegen.
·octoperf.com·
Playwright Test Generator
The Definitive Guide to API Test Automation With Playwright: Part 11 - Adding Multi Environment Support
The Definitive Guide to API Test Automation With Playwright: Part 11 - Adding Multi Environment Support
In part 11 of this series I will cover how you can add multi environment support to your Playwright project. There are multiple ways to handle this depending on how you have built your project. I'll cover the way I handled it which includes having different .env files per environment.
·playwrightsolutions.com·
The Definitive Guide to API Test Automation With Playwright: Part 11 - Adding Multi Environment Support
Testing Web Applications with Playwright - Debbie O'Brien - NDC Oslo 2022
Testing Web Applications with Playwright - Debbie O'Brien - NDC Oslo 2022
Testing is hard, testing takes time to learn and to write, and time is money. As developers we want to test. We know we should but we don't have time. So how can we get more developers to do testing? We can create better tools. Let me introduce you to Playwright - Reliable end-to-end cross browser testing for modern web apps, by Microsoft and fully open source. Playwright's codegen generates tests for you in JavaScript, TypeScript, Dot Net, Java or Python. Now you really have no excuses. It's time to play your tests wright. Check out more of our featured speakers and talks at https://ndcconferences.com/ https://ndcoslo.com/
·youtube.com·
Testing Web Applications with Playwright - Debbie O'Brien - NDC Oslo 2022
How to quickly get realistic data with Faker?
How to quickly get realistic data with Faker?
When testing a registration process, or filling any form, it's pretty easy to add a "Jane Doe". But when you also need to add an email, an address, and do it in a different locale it becomes troublesome. Sure you can create data sets, but why not just generate it
·playwrightsolutions.com·
How to quickly get realistic data with Faker?