--config
(aliases: -c
)
Use a specific config file. Defaults to the protractor config file in .angular-cli.json
.
--element-explorer
(aliases: -ee
) default value: false
Start Protractor's Element Explorer for debugging.
--serve
(aliases: -s
) default value: true
Compile and Serve the app. All serve options are also available. The live-reload option defaults to false, and the default port will be random.
NOTE: Build failure will not launch the e2e task. You must first fix error(s) and run e2e again.
--specs
(aliases: -sp
) default value: []
Override specs in the protractor config. Can send in multiple specs by repeating flag (ng e2e --specs=spec1.ts --specs=spec2.ts
).
--suite
(aliases: -su
)
Override suite in the protractor config. Can send in multiple suite by comma separated values (ng e2e --suite=suiteA,suiteB
).
--webdriver-update
(aliases: -wu
) default value: true
Try to update webdriver.