https://github.com/angular/angular
Raw File
Tip revision: 9c9a52540ca22a76200e1b3aef2f7e372398e589 authored by Dylan Hunn on 30 March 2022, 21:20:54 UTC
release: cut the v13.3.1 release (#45485)
Tip revision: 9c9a525
example-config.json
{
  "projectType": "testing",
  "tests": [
    {"cmd": "yarn", "args": ["test", "--browsers=ChromeHeadless", "--no-watch"]},
    {"cmd": "yarn", "args": ["e2e", "--configuration=production", "--protractor-config=e2e/protractor-puppeteer.conf.js", "--no-webdriver-update", "--port={PORT}"]}
  ]
}
back to top