ryanmasondavies / Specify

An Objective-C behaviour-driven development library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use Cucumber for acceptance tests

ryanmasondavies opened this issue · comments

Run integrated tests from Cucumber using Aruba and Xcodeproj.

  • Create a template unit testing project with a single spec file.
  • Use Cocoapods to install the current Specify files to a copy of the template.
  • Use Aruba to run the commands necessary.
  • Write the stories in Cucumber.

This allows a higher level perspective, which should improve code confidence.