mxschmitt / playwright-test-coverage

Playwright Test (@playwright/test) demo to collect coverage information via Istanbul
MIT License
108 stars 16 forks source link

can it work with submodule #15

Open CodingProgrammer opened 1 year ago

CodingProgrammer commented 1 year ago

Situation: My e2e test code and the business code are in different projects.

Question: Can I make the business code as a submodule in e2e project and get the coverage of e2e code?