I\'m using Puppeteer and Jest to run some front end tests.
My tests look as follows:
describe("Profile Ta
For those who are looking for an explanation about jest --runInBand, you can go to the documentation.
jest --runInBand
Running Puppeteer in CI environments
GitHub - smooth-code/jest-puppeteer: Run your tests using Jest & Puppeteer