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