Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 903 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 903 Bytes

A Tutorial To UI Testing iOS Apps using XCTest and Gherkin

Contains:

Uses XCTest-Gherkin framework

This project contains a test automation implementation using the framework XCTest-Gherkin, see https://github.com/net-a-porter-mobile/XCTest-Gherkin

Android version

It is a simple bank application that we want to automate using Gherkin scripts. An Android version of this project you can find at https://github.com/cmatulessy/DemoBankApp

Start up instructions

  • Checkout this repository
  • All relevant UI Testing files are hosted within folder EspressoBankUITests
  • Open Xcode
  • Select Product > Test (or hit Command U) 🚀