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

Testing: Setup Playwright end-to-end testing and write first tests #432

Open
3 tasks
Innders opened this issue May 17, 2024 · 0 comments · May be fixed by #444
Open
3 tasks

Testing: Setup Playwright end-to-end testing and write first tests #432

Innders opened this issue May 17, 2024 · 0 comments · May be fixed by #444
Assignees
Labels
maintenance Chores, refactoring, dependencies

Comments

@Innders
Copy link
Member

Innders commented May 17, 2024

Story

We make a small change in one area and accidently prevent new users from signing up. (This actually happened)

Problems

When something is merged we cannot guarantee that everything is still working just by clicking around the app, it is very easy to miss unintended side effects.

Proposal

We use Playwright as a testing library.

We start with critical tests only and add more overtime.

TODO

  • Install playwright
  • Create first few tests
  • Create a new ongoing issue documenting new tests that need to be written
@Innders Innders added the feature New feature label May 17, 2024
@Innders Innders self-assigned this May 17, 2024
@Innders Innders added maintenance Chores, refactoring, dependencies and removed feature New feature labels May 17, 2024
@Innders Innders linked a pull request May 20, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Chores, refactoring, dependencies
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant