Hi
Is it possible to add integration of Playwright with Angular CLI, so that playwright tests could be run as a part of ng e2e command?
Given Protractor is deprecated at the end of 2022, there are a lot of teams out there looking for a better alternative. The ability to integrate the testing tool into Angular build process could be one of the decisive factors for them.
Available integrations from Cypress and Webdriver.io could be used as a reference.