Skip to content

mobile-next/WorldTourDemoApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

World Tour Demo App

A Swift iOS application designed as a testing ground for mobile automation tools and frameworks from Mobile Next

Purpose

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.

Known Issues

This application contains intentionally placed bugs and issues for testing purposes. Some of these are already documented in our GitHub Issues.

Contribution Guidelines

If you discover new interesting edge cases or want to suggest additional testing scenarios, feel free to open an issue for discussion.

Getting Started

  1. Clone the repository
  2. Open WorldTour.xcodeproj in Xcode
  3. Build and run on iOS Simulator or real device

Building for Simulator

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

About

World Tour demo app, for showcasing mobile-mcp and mobiledeck features

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages