79320652

Date: 2024-12-31 19:17:04
Score: 0.5
Natty:
Report link

Looking at the sources of playwright-ct-core (v1.49.1), it seems like the component testing feature builds up on @playwright/test and is strongly tied to Playwright's test execution model. The core function mount is provided as a fixture only. So, executing Playwright component tests with another test runner (or none at all) does not seem feasible, currently.

Reasons:
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: mwopitz