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

Update and renew e2e-cypress #770

Closed
cschweikert opened this issue Mar 31, 2022 · 0 comments · Fixed by #771
Closed

Update and renew e2e-cypress #770

cschweikert opened this issue Mar 31, 2022 · 0 comments · Fixed by #771
Assignees
Labels
enhancement New feature or request

Comments

@cschweikert
Copy link
Member

The following things in the current e2e-cypress quickstarter can be updated, added or improved:

  • cypress: 7.5.0 -> 9.5.3
  • typescript: 4.3.2 -> 4.6.3
  • switch to new Node.js 16 build agent
  • instead of precompiling TypeScript code it is possible to make use Cypress' native support for TypeScript
  • improve the structure of the example code (login commands)
  • provide recipes for get around post-installation of Cypress' binaries
  • bring documentation up-to-speed
  • tslint is deprecated -> removal of linting support and hint about eslint and prettier

Please note: As I already did in the fe-angular quickstarter (#765) I plan to remove the linting support completely instead of migrating it to ESLint or so. With alternatives like code formatters, e.g. Prettier, for many people it is more convenient and faster than linting. Therefore I want to rather leave the choice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant