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

Feat: Use Maestro for application testing #94

Closed
andreped opened this issue Aug 8, 2024 · 0 comments · Fixed by #160
Closed

Feat: Use Maestro for application testing #94

andreped opened this issue Aug 8, 2024 · 0 comments · Fixed by #160
Assignees
Labels
enhancement New feature or request

Comments

@andreped
Copy link
Owner

andreped commented Aug 8, 2024

Is your feature request related to a problem? Please describe.
Right now, when making new releases or pushing to the main branch, we have no way of testing if it breaks any behaviour. We should implements tests to make sure our release pipeline is robust and that the main branch remains stable.

Describe the solution you'd like
maestro seems like the best candidate, as recommended in microsoft/playwright#26587 (comment).

Describe alternatives you've considered

  • Flutter has a built-in solution for doing tests, but it is dogshit, sadly.
  • I looked into using playwright, but it looks like they do not support Flutter.
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