This question is in regards to the internal Playwright test runner:
Is there a way to get the test runner to output JSON that would give me list of the test files and it statements?
This information would be used to help maintain 1:1 test coverage with Playwright Python.
See microsoft/playwright-python#138 and microsoft/playwright-python#167.