I went to a workshop last year #TechKnowDay and I saved this one about Swift for beginners in my draft. I didn’t have a chance to participate, but I followed the instructions on the slide of the project: https://github.com/ananogal/Workshop-Swift-for-beginners
I took the chance to do some automation on this project and created the scenarios (without BDD) here:
https://github.com/rafaelaazevedo/Templet
It is really basic and simple, but it is a start point for everybody who wants to learn how to create the tests.
You can also record the actions, just open your project on Xcode:
- Create a New Target
- Type a name for your UITest target
- Select the UI Testing template
- Then you just need to click inside of the test function and the record button (red circle) will show up on the bottom of the screen
Thank you Ana for this great workshop !