"puppeteer": "2.0.0",PROFILE=local jest -c jest.puppeteer.config.js automation/tests/**Use the Jest CLI to run the puppeteer.
Ā
In this example, we are passing in a command-line param which is the PROFILE. Then we call jest with a custom config file and the last is the path to the tests.