TOPdesk / dart-junitreport

An application to generate JUnit XML reports from dart test runs.
https://pub.dartlang.org/packages/junitreport
MIT License
31 stars 45 forks source link

The --machine flag is only valid with the --version flag. #21

Closed Abhishek01039 closed 3 years ago

Abhishek01039 commented 3 years ago

When I have tried flutter drive --target=test_driver/tests/splash_screen.dart --no-build --no-pub --machine > example.jsonl I am getting this error The --machine flag is only valid with the --version flag.

Abhishek01039 commented 3 years ago

@daniel-v can you please look into this? Thanks

daniel-v commented 3 years ago

I think you got misdirected a little bit. The command example you pasted doesn't concern this repository. Try asking this question on Flutter's repo.

rspilker commented 3 years ago

@daniel-v thanks for answering this question.

Abhishek01039 commented 3 years ago

Thanks @daniel-v