Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.64 KB

File metadata and controls

40 lines (26 loc) · 1.64 KB

Milliways Demo App

A Swift iOS application inspired by The Restaurant at the End of the Universe. 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 features a food ordering flow with a space-themed menu, shopping cart, delivery tracking, and user account — providing various UI elements and scenarios for testing mobile automation capabilities.

You can view Mobilewright test report of the last build.

Known Issues

This application contains intentionally placed bugs for testing purposes.

Getting Started

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

Building with Make

make build     # Build for simulator
make run       # Build, install, and launch on iPhone 17 Pro simulator
make ipa       # Build unsigned IPA
make clean     # Clean build artifacts

Community

Join our Slack, let's talk.