Can Playwright or Other Automation Tools Be Used in EDS? | Community
Skip to main content
MayurSatav
Community Advisor and Adobe Champion
Community Advisor and Adobe Champion
February 11, 2025
Solved

Can Playwright or Other Automation Tools Be Used in EDS?

  • February 11, 2025
  • 3 replies
  • 598 views

I’m exploring automation testing options and wondering if Playwright or any other automation testing tool can be used in EDS. Has anyone tried integrating Playwright, Selenium, or other tools for testing in EDS? If so, what were the challenges, and are there any best practices to follow?

Best answer by RaphaelWe

Sure: Edge Delivery does not mandate any particular test framework. The boilerplate allows you to use the tooling of your choice. Many projects use Web Test Runner (WTR), but Puppeteer and Playwright etc are fine, too.

3 replies

RaphaelWeAdobe EmployeeAccepted solution
Adobe Employee
August 6, 2025

Sure: Edge Delivery does not mandate any particular test framework. The boilerplate allows you to use the tooling of your choice. Many projects use Web Test Runner (WTR), but Puppeteer and Playwright etc are fine, too.

Adobe Employee
August 6, 2025
avesh_narang
Level 3
March 9, 2026

Yes, tools like Playwright and Selenium can be used to automate testing for sites built on EDS. In our case, we’re using Playwright specifically for building test suites that target individual EDS blocks in isolation, along with visual regression testing to ensure UI consistency. This approach helps keep tests stable, modular, and easier to maintain.

Thanks