Hi, I’m building an iOS app automation framework for our team, I’m thinking to use Python + Appium. Can anyone give me some suggestions about what would be a good practice to support Jenkins? Many thanks!
My advice to look on Robot Framework.
- Open source testing tool by Google
- Super fast
- A lot of built-in libraries, such as Selenium2Library, HTTP request library, Collections, OperatingSystem, XML, Remote, Screenshot, and much more…
- Easy to extend using Python
- Easy to use. Python-like syntax
- Amazing reports
- Very nice documentation. See Selenium2Library docs, for example.
- Really cool plugin for Jenkins
Thank you! I’ll give it a try.
1 Like