We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
sylph
--reporter json
The text was updated successfully, but these errors were encountered:
I have a web app that reads that logfile with JSON objects and generates a report like this:
Sorry, something went wrong.
No branches or pull requests
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
sylph
support something like--reporter json
?The text was updated successfully, but these errors were encountered: