Assist icon indicating copy to clipboard operation
Assist copied to clipboard

[SNAP] Implement Screen Compare

Open Blackjacx opened this issue 7 months ago • 0 comments

Expectation

Implement screen comparison functionality as sub command of Snap so that this can be called like

mint run Blackjacx/Assist@"develop" snap compare \
	--workspace "<project_name>.xcworkspace" \
	--scheme "DBFFM" \
	--branch "my-feature-branch" \ # <-- THIS IS NEW (defaults to the current branch)
	--comparison-branch "develop" \ # <-- THIS IS NEW (defauts to develop)
	--test-plan-name "Screenshots" \
	--test-plan-configs "en_GB" \
	--destination-dir $(mktemp -d) \
	--zip-file-name "Screenshots-$(date +%F_%H-%M-%S).zip" \
	--appearances "light" \
	--devices "iPhone 15 Pro" \
	--runtime "iOS 17.5" --verbose

Issues

  • Resolve https://github.com/dbdrive/ios-tools/issues/34

Blackjacx avatar Jul 19 '24 09:07 Blackjacx