- Issue created by @mogtofu33
Thanks for this project and your work on Playwright with Drupal.
I started a similar project inspired by what you did on Canvas, and with some ideas from Automated Testing Kit → , and I would like to propose merging efforts if possible.
My code is Playwright for Drupal tests.
The main difference in my project is the ability to run tests on a local environment, with a local server (php -S or drush rs or DDEV), and even on an installed Drupal to avoid the installation step and make it run faster.
Another difference is making it easier to merge config and fixtures with a loader, so a project can simply add what they need without any overrides to extend the project to their test cases.
My GitLab CI is also a bit different, with more focus on full integration with Drupal GitLab CI templates and not as standalone. But I think your approach is better.
I would be happy to merge efforts here and discuss the best approach to provide out-of-the-box Playwright usage to the Drupal community, with the least possible frustration or adaptation.
Needs review
Code