mikaelacaron / Basic-Car-Maintenance

A basic app to track your car's maintenance. Open source for Hacktoberfest 2023. Beginners are welcome!
https://mikaelacaron.github.io/Basic-Car-Maintenance/documentation/basic_car_maintenance/
Apache License 2.0
214 stars 123 forks source link

POC of generating screenshots with a Unit Test #264

Closed Dean151 closed 2 months ago

Dean151 commented 9 months ago

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
mikaelacaron commented 9 months ago

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 commented 9 months ago

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: