Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SNAP] Implement Screen Compare #66

Open
Blackjacx opened this issue Jul 19, 2024 · 0 comments
Open

[SNAP] Implement Screen Compare #66

Blackjacx opened this issue Jul 19, 2024 · 0 comments
Assignees

Comments

@Blackjacx
Copy link
Owner

Blackjacx commented Jul 19, 2024

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

@Blackjacx Blackjacx self-assigned this Jul 19, 2024
@Blackjacx Blackjacx changed the title [Snap] Implement Screen Compare [SNAP] Implement Screen Compare Jul 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant