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 https://github.com/microsoft/playwright-python/issues/138 and https://github.com/microsoft/playwright-python/pull/167.