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
data
outputReport.json
commonArgs -> data is printed as a single-line string let's have it written in the form of JSON
commonArgs
"args": { "commonArgs": { "data": "---\ngcloud:\n app: \"app-debug.apk\"\n test: \"app-multiple-success-debug-androidTest.apk\"\n directories-to-pull:\n - \"/sdcard/\"\n num-flaky-test-attempts: 1\n use-orchestrator: false\n timeout: \"15m\"\n performance-metrics: false\n record-video: true\nflank:\n max-test-shards: 2\n shard-time: \"120\"\n additional-app-test-apks:\n - test: \"app-multiple-success-debug-androidTest.apk\"\n test-targets:\n - \"class com.example.test_app.foo.FooInstrumentedTest\"\n - \"class com.example.test_app.bar.BarInstrumentedTest\"\n device:\n - model: \"Pixel2\"\n version: 28\n - test: \"gs://flank-open-source.appspot.com/test/app-multiple-success-debug-androidTest.apk\"\n max-test-shards: 5\n device:\n - model: \"Nexus6P\"\n version: 27\n ignore-failed-tests: false\n full-junit-result: false\n output-style: \"single\"\n disable-usage-statistics: true\n legacy-junit-result: false\n output-report: \"json\"\n", "devices": [ { "model": "NexusLowRes", "version": "28", "locale": "en", "orientation": "portrait", "isVirtual": true } ],
The text was updated successfully, but these errors were encountered:
pawelpasterz
Successfully merging a pull request may close this issue.
commonArgs
->data
is printed as a single-line string let's have it written in the form of JSONThe text was updated successfully, but these errors were encountered: