--app
(aliases: -a
) default value: 1st app
Specifies app name or index to use.
--browsers
Override which browsers tests are run against.
--code-coverage
(aliases: -cc
) default value: false
Coverage report will be in the coverage/ directory.
--colors
Enable or disable colors in the output (reporters and logs).
--config
(aliases: -c
)
Use a specific config file. Defaults to the protractor config file in angular-cli.json.
--log-level
Level of logging.
--poll
Enable and define the file watching poll time period (milliseconds).
--port
Port where the web server will be listening.
--progress
default value: true
Log progress to the console while in progress.
--reporters
List of reporters to use.
--single-run
(aliases: -sr
)
Run tests a single time.
--sourcemap
(aliases: -sm
, sourcemaps
)
Output sourcemaps.
--watch
(aliases: -w
)
Run build when files change.