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

POC of generating screenshots with a Unit Test #264

Closed
wants to merge 1 commit into from

Conversation

Dean151
Copy link
Contributor

@Dean151 Dean151 commented Nov 17, 2023

It uses my personal library that I open sourced just now. Still early in the work, but improving… Screenshots are generated in a folder aside UT, and can be moved around in a fastlane script that execute those tests.

Capture d’écran 2023-11-17 à 17 25 30

It uses my personal library that I open sourced just now. Still early in the work, but improving…
Screenshots are generated in a folder aside UT, and can be moved around in a fastlane script that execute those tests.
@mikaelacaron
Copy link
Owner

This is cool!! I think I'm not going to implement it just yet, because I don't want to use a package for this, at the moment, but it's really cool!

Should I make a "test plan" for unit tests and then there would be a separate one for UI tests? @Dean151

@Dean151
Copy link
Contributor Author

Dean151 commented Nov 20, 2023

This is cool!! I think I'm not going to implement it just yet, because I don't want to use a package for this, at the moment, but it's really cool!

Should I make a "test plan" for unit tests and then there would be a separate one for UI tests? @Dean151

My implementation is more like:

  • UT & UI tests targets for testing the app
  • Separated UT for screenshots, that we run when needed

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

Successfully merging this pull request may close these issues.

2 participants