Install the Grantiva CLI for visual regression testing
brew install grantiva/tap/grantiva
git clone https://github.com/grantiva/cli.git cd cli swift build -c release cp .build/release/grantiva /usr/local/bin/grantiva
grantiva doctor
grantiva auth login
~/.grantiva/auth.json
grantiva auth login --api-key YOUR_API_KEY
export GRANTIVA_API_KEY="your-api-key"
grantiva auth status
grantiva auth logout
Was this page helpful?