We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c49bf7 commit 3808eddCopy full SHA for 3808edd
README.md
@@ -51,7 +51,7 @@ summaries = parser.action_test_plan_summaries
51
52
```rb
53
parser = XCResult::Parser.new(path: 'YourProject.xcresult')
54
-parser = parser.export_screenshots(destination: './screenshots', by_device: true, by_locale: true)
+parser = parser.export_screenshots(XCResult::ExportOptions.new(destination: './screenshots', by_device: true, by_locale: true))
55
```
56
57
## Development
0 commit comments