France-ioi / AlgoreaFrontend

Front-end for the new Algorea platform
MIT License
4 stars 1 forks source link

Migrate from Protractor to Cypress #889

Closed ThomasJuster closed 1 year ago

ThomasJuster commented 2 years ago

Migrate our "protractor" tests to "Cypress".

More info and migration guide in the "links" section of https://github.com/angular/protractor/issues/5502#issue-850651551

Initial issue

Overview

The Protractor team created an issue in which they announce they will end the development of Protractor in 2022 and encourage their community to migrate to another tool.

The migration should be eased by the new e2e tests (see PR #888)

Here's a list of possible tools to migrate to:

What needs to be done:

Acceptance criteria

smadbe commented 2 years ago

We use protractor only because it is the angular default, which makes things easier. Do you know what is going to be the next default in Angular?