Protractor builder
This is the documentation for Angular 6.
You can switch to the
latest version Angular 10.
ID: @angular-devkit/build-angular:protractor
Options
--protractorConfig
#
The name of the Protractor configuration file. --devServerTarget
#
Dev server target to run tests against. --specs
#
Override specs in the protractor config. --suite
#
Override suite in the protractor config. --elementExplorer
#
Start Protractor's [Element Explorer](https://github.com/angular/protractor/blob/master/docs/debugging.md#testing-out-protractor-interactively) for debugging. --webdriverUpdate
#
Try to update webdriver. Type | boolean |
Default | true |
--serve
#
Compile and Serve the app. Type | boolean |
Default | true |
--port
#
The port to use to serve the application. --host
#
Host to listen on. Type | string |
Default | localhost |
--baseUrl
#
Base URL for protractor to connect to.