A Swift iOS application designed as a testing ground for mobile automation tools and frameworks from Mobile Next
This project serves as a testing environment for:
The app intentionally contains various UI elements and scenarios to test mobile automation capabilities, including navigation, shopping cart functionality, and city exploration features.
This application contains intentionally placed bugs and issues for testing purposes. Some of these are already documented in our GitHub Issues.
If you discover new interesting edge cases or want to suggest additional testing scenarios, feel free to open an issue for discussion.
- Clone the repository
- Open
WorldTour.xcodeprojin Xcode - Build and run on iOS Simulator or real device
To build a .zip archive for distribution:
xcodebuild -scheme WorldTour \
-sdk iphonesimulator \
-configuration Release \
-derivedDataPath ./build
cd build/Build/Products/Release-iphonesimulator
zip -r WorldTour.zip WorldTour.app