ShotPlan (WIP)
A command line tool that calls your Xcode Test Plan and creates screenshots of your app automatically.
Installation
Mint
mint install [email protected]:Cosmo/ShotPlan.git@main
Configuration
Change to your Xcode project and create a new configuration file by running the shotplan init
command.
Replace the placeholders YOUR_SCHEME
and YOUR_TESTPLAN
.
shotplan init -s YOUR_SCHEME -t YOUR_TESTPLAN
You can edit the scheme and testplan name later in the ShotPlan.json
file.
Usage
Run the following command:
shotplan run