Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.22 KB

File metadata and controls

17 lines (12 loc) · 1.22 KB

Playwright in Drupal (in DDEV)

npm version npm downloads Test License

Demo showing running isolated Drupal tests in parallel

This project, building on lullabot/ddev-playwright, enables full support for Playwright testing of Drupal websites.

  1. Supports fast parallel tests by installing or importing sites into sqlite databases.
  2. Enables Playwright tests to run Drush commands against a test site.
  3. Shows browser console errors during the test.
  4. Attaches PHP's error log to the Playwright test results.

For full documentation, visit the playwright-drupal documentation.