https://github.com/angular/angular
Raw File
Tip revision: 970d10c671b9f5a2361037c4382b98a19bf6d84e authored by Andrew Kushnir on 22 July 2020, 16:55:21 UTC
release: cut the v10.1.0-next.2 release
Tip revision: 970d10c
example-config.json
{
  "tests": [
    {
      "cmd": "yarn",
      "args": [
        "e2e",
        "--protractor-config=e2e/protractor-puppeteer.conf.js",
        "--no-webdriver-update",
        "--port={PORT}"
      ]
    }
  ]
}
back to top