Flutter test lets users generate report logs using something like:
flutter test integration_test/tests/login_test.dart --reporter json > maschine.log
I want this generated log file in my CI pipeline to get insights about errors/stackTrace while running the test cases in AWS Device Farm.
Question
Does sylph support something like --reporter json?
Flutter test lets users generate report logs using something like:
I want this generated log file in my CI pipeline to get insights about errors/stackTrace while running the test cases in AWS Device Farm.
Question
Does
sylphsupport something like--reporter json?