aurelia / cli

The Aurelia 1 command line tool. Use the CLI to create projects, scaffold components, and bundle your app for release.
MIT License
407 stars 133 forks source link

fixed(protractor): fixes chrome-driver running inside container #1162

Closed shahabganji closed 4 years ago

shahabganji commented 4 years ago

When running chrome-driver via protractor it fails with DevToolsActivePort file doesn't exist, two arguments should be passed to chrome based on the discussions here, here, and here

3cp commented 4 years ago

This commit is now merged into master.