About 600 results
Open links in new tab
  1. Fast and reliable end-to-end testing for modern web apps | Playwright

    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

    Playwright supports Chromium, WebKit and Firefox on Windows, Linux and macOS, locally or in CI, headless or headed, with native mobile emulation for Chrome (Android) and Mobile Safari.

  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. 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.

  5. Playwright Library

    Playwright module provides a method to launch a browser instance. The following is a typical example of using Playwright to drive automation:

  6. Browsers | Playwright

    Playwright can run tests on Chromium, WebKit and Firefox browsers as well as branded browsers such as Google Chrome and Microsoft Edge. It can also run on emulated tablet and mobile devices.

  7. 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.

  8. Getting started - Library | Playwright Python

    By default, Playwright runs the browsers in headless mode. To see the browser UI, set headless option to False. You can also use slow_mo to slow down execution. Learn more in the debugging tools …

  9. Installation | Playwright Python

    Playwright was created specifically to accommodate the needs of end-to-end testing. Playwright supports all modern rendering engines including Chromium, WebKit, and Firefox.

  10. Test generator | Playwright

    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 …