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

test: move integration tests to dart #279

Merged
merged 15 commits into from
Nov 8, 2024
Merged

test: move integration tests to dart #279

merged 15 commits into from
Nov 8, 2024

Conversation

vaind
Copy link
Collaborator

@vaind vaind commented Nov 8, 2024

📜 Description

  • moves integration tests to dart
  • adds caching so it's faster in CI
  • runs integration tests locally as part of dart test
  • caches builds locally based on flutter version

💡 Motivation and Context

In preparation for changes in #277 and #173, moving integration tests to dart so that they're easier to extend.

also updated linux tests so:
closes #161
closes #164

💚 How did you test it?

📝 Checklist

  • I reviewed submitted code
  • I added tests to verify changes
  • I updated the docs if needed
  • All tests passing
  • No breaking changes

🔮 Next steps

@vaind vaind marked this pull request as ready for review November 8, 2024 15:46
Copy link
Contributor

@buenaflor buenaflor left a comment

Choose a reason for hiding this comment

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

nice 👍

@vaind vaind merged commit 474376f into main Nov 8, 2024
18 checks passed
@vaind vaind deleted the test/integration-test branch November 8, 2024 16:30
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.

Enable app.so check in linux integration test Fix ubuntu integration tests
2 participants