Running tests with GitHub Actions
1 min read
How to add a GitHub Actions workflow to automatically run tests when you push your code.
How to add a GitHub Actions workflow to automatically run tests when you push your code.
Let's see how to write integration tests with Flutter Driver, how they differ from widget tests, and how to run them with Codemagic.