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.