Angular CLI 9.1 introduced support for --grep and --invert-grep parameters in the Protractor builder, allowing developers to filter end-to-end tests by matching test descriptions using regular expressions. The --grep option matches against full concatenated test descriptions from describe and it blocks, while --invert-grep
Sort: