I would like run end-to-end (e2e) browser tests for my Angular application using Playwright. However, as of November 2021, I have not been able to find an Angular Schematic for Playwright.
For example, there is an official Angular Schematic for Cypress. This enables running Cypress e2e tests using the command:
ng e2e
Is there a way to run Angular e2e tests with Playwright without writing an Angular Schematic? Or is there an Angular Schematic for Playwright that I missed?
webServer
config option! Playwright almost makes it too easy. :) – Uboat