Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace protractor with cypress #3763

Merged
merged 21 commits into from
Jun 18, 2024
Merged

Conversation

walmazacn
Copy link
Contributor

Description

Changes proposed in this pull request:

  • replaces Protractor with Cypress where it's needed
  • adjusts documentation to reflect these changes

Related issue(s)

Resolves #3762

@walmazacn walmazacn linked an issue Jun 3, 2024 that may be closed by this pull request
@walmazacn walmazacn marked this pull request as ready for review June 4, 2024 14:26
@walmazacn walmazacn force-pushed the 3762-replace-protractor-with-cypress branch from 4842653 to f75e87f Compare June 5, 2024 10:05
@JohannesDoberer JohannesDoberer self-assigned this Jun 7, 2024
Copy link
Contributor

@JohannesDoberer JohannesDoberer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

After looking again in my opinon we don't need the cypress related changes to client-frameworks-support/client-support-angular because we have test scenarios for the functionality of this library in our e2e-test-application. What do you think?

In addition I have run the tests for e2e-test-application (npm run e2e:run:angular) and not sure if we use schematics which are defined in angular.json?
Do we need this changes for our test setup?

Removing protractor stuff looks good to me.

@walmazacn
Copy link
Contributor Author

@JohannesDoberer I removed extra files related to 'client-support-angular' - truth is migration tool was not needed in this case

Regarding 'e2e-test-application' - it seems migration tool was needed mainly for "luigisample-e2e" app, as Protractor was used as a builder there. Anyway, I'm not sure if "luigisample-e2e" is used for anything

Copy link
Contributor

@JohannesDoberer JohannesDoberer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 LGTM

@walmazacn walmazacn merged commit 607d720 into main Jun 18, 2024
11 checks passed
@walmazacn walmazacn deleted the 3762-replace-protractor-with-cypress branch June 18, 2024 10:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace Protractor with Cypress
2 participants