Raw File
example-config.json
{
  "tests": [
    {"cmd": "yarn", "args": ["test", "--browsers=ChromeHeadless", "--no-watch"]},
    {"cmd": "yarn", "args": ["e2e", "--prod", "--protractor-config=e2e/protractor-puppeteer.conf.js", "--no-webdriver-update", "--port={PORT}"]}
  ]
}
back to top