Skip to content

2.1.0

Compare
Choose a tag to compare
@abotkin-cpi abotkin-cpi released this 22 Nov 00:24
· 27 commits to master since this release
0d05b69

Install via Homebrew 🍺

For new installs use

brew install chargepoint/xcparse/xcparse

To upgrade use

brew upgrade xcparse

Changes

  • Screenshots & attachments subcommands now allow for division by language (--language) and region (--region). Use these new flags if you'd like to group screenshots for the same language and/or region across multiple test plan configurations. Example usage: "xcparse screenshots --language --region Test.xcresult ./screenshots". When both language & region are requested, the folder will take a naming of "language (region)" similar to what we do when both model & OS are requested. Thanks @Blackjacx for the feature suggestion!
  • The "--test-run" flag is now deprecated & renamed as "--test-plan-config". Usage of the deprecated naming will result in a warning shown during extraction, but will still function as it has before. Thanks @Blackjacx for the flag naming feedback!