About 269,000 results
Open links in new tab
  1. Installation | Playwright Java

    Playwright was created specifically to accommodate the needs of end-to-end testing. Playwright supports all modern rendering engines including Chromium, WebKit, and Firefox. Test on Windows, Linux, and macOS, locally or on CI, headless or headed with native mobile emulation.

  2. Playwright with Java | Maven and TestNG - Medium

    Sep 9, 2023 · This blog aims to guide you through the essentials, empowering you to craft your inaugural code in Playwright with confidence.

  3. Mastering Test Automation with Playwright Java - BrowserStack

    Jun 1, 2023 · Setting up and configuring Java with Playwright is seamless, involving creating a Maven project, incorporating the Playwright dependency in the POM.xml file, and crafting Java code to initiate the browser and browse web pages.

  4. How to Set Up Playwright with Java: A Step-by-Step Guide for …

    Mar 14, 2025 · This guide walks you through setting up a Playwright test automation framework in Java using Maven and the Page Object Model (POM) design pattern, referencing the LoginPlaywrightDemoJavaMaven...

  5. GitHub - CJINConsulting/playwright-in-java: Sample code for the ...

    By combining the power of Playwright with Java's enterprise-grade ecosystem, this course will equip you with the skills needed to build reliable, maintainable test automation frameworks. Key Highlights: You’ll learn: Enroll in the course and access all the learning resources here: Mastering Modern Test Automation With Playwright In Java.

  6. Test generator | Playwright Java

    Playwright comes with the ability to generate tests for you as you perform actions in the browser and is a great way to quickly get started with testing. Playwright will look at your page and figure out the best locator, prioritizing role, text and test id locators. If the generator finds multiple elements matching the locator, it will improve ...

  7. Test Runners | Playwright Java

    With a few lines of code, you can hook up Playwright to your favorite Java test runner. Playwright and Browser instances can be reused between tests for better performance. We recommend running each test case in a new BrowserContext, this …

  8. Write and run the first Playwright-Java Test

    Jan 14, 2025 · In this blog post, you will learn how to create the first playwright-Java test, execute the test and optimise the code.

  9. Playwright Tutorial: Exploring Test Automation with Java

    In this post, we will explore the most commonly used features of Playwright using Java. What Does a Playwright Test Look Like? To begin writing tests with Playwright, add the library as a dependency to your project using Maven or Gradle. Additionally, consider adding a testing framework like JUnit or TestNG as a dependency.

  10. Playwright Java Maven: Setup, Codegen, POM Structure, and …

    Feb 23, 2025 · In this series, we’ll embark on an exciting journey to master the art of web testing using Playwright, a powerful tool that seamlessly integrates with Java. - Setting Up Playwright Java...

  11. Some results have been removed
Refresh