1.0
Install via Homebrew 🍺
For new installs use
brew install chargepoint/xcparse/xcparse
To upgrade use
brew upgrade xcparse
Changes
- Screenshots & attachment sub-commands now allow for division by test! When the
--test
option is provided, you'll find screenshots & attachments sorted into folder structures that mirror your test classes & method names. - Screenshots & attachment sub-commands will now support whitelisting specific test statuses or activity types. For example, you can filter to get screenshots of passing tests only using
--test-status Success
or filter to get user-created screenshots only using--activity-type userCreated attachmentContainer
. See our README for more details! - Removed interactive mode as the options for parsing were limited & our
--help
messages are much more useful than before.