Skip to content

Commit efcdf7b

Browse files
dgp1130alan-agius4
authored andcommitted
refactor: strengthen language around Protractor support status
Protractor is no longer deprecated, it's already end-of-life. I didn't commit to a specific version because plans always fluctuate, but it is eligible to be removed in any future Angular major version. (cherry picked from commit e5849c8)
1 parent c6ea256 commit efcdf7b

File tree

1 file changed

+1
-1
lines changed
  • packages/angular_devkit/build_angular/src/builders/protractor

1 file changed

+1
-1
lines changed

packages/angular_devkit/build_angular/src/builders/protractor/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export async function execute(
9292
context: BuilderContext,
9393
): Promise<BuilderOutput> {
9494
context.logger.warn(
95-
'Protractor has been deprecated including its support in the Angular CLI. For additional information and alternatives, please see https://github.com/angular/protractor/issues/5502.',
95+
'Protractor has reached end-of-life and is no longer supported by the Angular team. The `protractor` builder will be removed in a future Angular major version. For additional information and alternatives, please see https://blog.angular.io/protractor-deprecation-update-august-2023-2beac7402ce0.',
9696
);
9797

9898
// ensure that only one of these options is used

0 commit comments

Comments
 (0)