https://github.com/angular/angular
Raw File
Tip revision: 2fcabe1557532e92d3e29f23295eb66f7638afe8 authored by Alex Rickabaugh on 04 August 2020, 23:13:39 UTC
release: cut the v10.1.0-next.4 release
Tip revision: 2fcabe1
example-config.json
{
  "tests": [
    {
      "cmd": "yarn",
      "args": [
        "e2e",
        "--protractor-config=e2e/protractor-puppeteer.conf.js",
        "--no-webdriver-update",
        "--port={PORT}"
      ]
    }
  ]
}
back to top