playwright-repl: Browser Automation From Your Terminal, No Code Required
An interactive REPL for Playwright that lets you drive browsers with plain English commands, record sessions, and replay them — all without writing a single line of test code.
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
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.
Visual testing is essential in web app development, ensuring your users never face a broken UI. Learn everything you'll need in this comprehensive guide.
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.
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.
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/
Playwright's UI Mode: Watch mode and time travel debugging
Playwright's new UI Mode brings a watch mode together with the trace viewer to create a time-travel debugging experience. Edit your tests in watch mode and u...
Hello guys, In this video, we will explore how to use cucumber with TypeScript. Cucumber is a popular behavior-driven development (BDD) tool that allows deve...
How to integrate Lighthouse in your Playwright suite
This video shows how you can integrate #lighthouse in your #playwright project.You'll learn:- how to integrate #lighthouse - how to #build a custom #expect f...