About 2,010 results
Open links in new tab
  1. Fast and reliable end-to-end testing for modern web apps

    Playwright is aligned with the modern browsers architecture and runs tests out-of-process. This makes Playwright free of the typical in-process test runner limitations.

  2. Installation | Playwright

    The playwright.config centralizes configuration: target browsers, timeouts, retries, projects, reporters and more. In existing projects dependencies are added to your current package.json.

  3. Getting started - VS Code | Playwright

    The Playwright VS Code extension brings the power of Playwright Test directly into your editor, allowing you to run, debug, and generate tests with a seamless UI-driven experience.

  4. Installation | Playwright Python

    The Playwright library can be used as a general purpose browser automation tool, providing a powerful set of APIs to automate web applications, for both sync and async Python.

  5. Getting started - Library | Playwright Python

    These commands download the Playwright package and install browser binaries for Chromium, Firefox and WebKit. To modify this behavior see installation parameters.

  6. Library | Playwright

    Playwright Library provides unified APIs for launching and interacting with browsers, while Playwright Test provides all this plus a fully managed end-to-end Test Runner and experience.

  7. Writing tests | Playwright

    Playwright tests are simple: they perform actions and assert the state against expectations. Playwright automatically waits for actionability checks to pass before performing each action.

  8. Parallelism | Playwright

    There is no guarantee about the order of test execution across the files, because Playwright Test runs test files in parallel by default. However, if you disable parallelism, you can control test …

  9. Welcome | Playwright

    Join our community Discord Server to connect with other developers using Playwright, ask questions in our 'help-playwright' forum, share your articles and videos and join live events on …

  10. Fixtures | Playwright

    The { page } argument tells Playwright Test to set up the page fixture and provide it to your test function. Here is a list of the pre-defined fixtures that you are likely to use most of the time: