DEV Community

Discussion on: Make Dart/Flutter test report readable

Collapse
 
borecz profile image
SimoneB

Hey Aleksey,

I was trying today to add this package to the project and I would like to be able to run just integration tests with it.
Unfortunately there is little documentation how to do so. If you follow the guide, it will run all the tests (we have unit, screenshot and integration).
Any idea how to run only integration?

this is how we run just integration tests:

flutter drive \
--driver=test_driver/integration_test.dart \
--target=integration_test/regression_test_runner_test.dart