POC of generating screenshots with a Unit Test
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.
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
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