Skip to content

Commit

Permalink
refactor: strengthen language around Protractor support status
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
dgp1130 authored and alan-agius4 committed Oct 11, 2023
1 parent c6ea256 commit efcdf7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export async function execute(
context: BuilderContext,
): Promise<BuilderOutput> {
context.logger.warn(
'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.',
'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.',
);

// ensure that only one of these options is used
Expand Down

0 comments on commit efcdf7b

Please sign in to comment.