This repository was created to have some samples of reporters that can be used with projects with Jest + Playwright.
Each reporter/setup will be in a different branch. And, the master will be a "clean" setup, using only de default Jest reporter.
Most of the packages that I've found to use Playwright within Allure require to use Jasmine as the test runner, and according to the Jest documentation, Jasmine will be removed in the further versions.
To use Jest Circus, Jest Playwright Preset, and Allure I had to create a new CustomEnvironment and use the Allure Common to make it compatible.