Closed emakhachek closed 3 years ago
jest-playwright is in maintenance mode, we recommend switching to the official test-runner: https://playwright.dev/docs/intro
The official test-runner provides custom projects which you can name accordingly. See here: https://playwright.dev/docs/test-configuration#different-options-for-each-browser
Hello! I use JUnit for reporting. It produces test results which are shown on Azure UI. I added browserName into the describe in order to understand which browser was running. If tests are running in Edge, it is displayed as Chromium in the test results. Could you please help me: is it possible somehow insert ‘edge’ into the test suite name instead of ‘chromium’?