From eaabb1a83f55d46f28c9e3c24ace21d321849a9a Mon Sep 17 00:00:00 2001 From: Joe Masilotti Date: Fri, 13 Jun 2014 06:45:04 -0400 Subject: [PATCH] Note official repo The official repo for Frank has moved to http://github.com/TestingWithFrank/Frank. This repo is no longer maintained. Discussion: https://groups.google.com/forum/#!topic/frank-discuss/Fv1rHzhS5P8 Issue: https://github.com/moredip/Frank/issues/275 --- README.md | 26 +++----------------------- 1 file changed, 3 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index 63c3df33..6025251e 100644 --- a/README.md +++ b/README.md @@ -1,26 +1,6 @@ -What is Frank? +Official Repo Moved ---- -Frank is 'Selenium for native iOS apps'. It allows you to write automated acceptance tests which verify the functionality of your native iOS app. +The official repository for Frank has moved to [**TestingWithFrank**/Frank](http://github.com/TestingWithFrank/Frank). -Learn More ----- - -[The Frank website](http://www.testingwithfrank.com) is your best resource. You'll find documentation, screencasts, video recordings of presentations, and links to further resources. - - -Getting Started ---------------- - -Getting started is easy. You just need to install a ruby gem, create a new target for your app in XCode, and start writing cucumber tests. - -Building from source ----- -After cloning the repo on github, run `git submodule update --init --recursive` to pull in the 3rd party submodules Frank uses, and then run `rake` to build the Frank library. You can also build the library using XCode. - - -Contributions welcome! ------------- - -We're always happy to accept documentation improvements, bug fixes and new features. Please fork this repo and -send a pull request. Feedback, suggestions and questions are always most welcome on the [mailing list](http://groups.google.com/group/frank-discuss). +Please submit all pull requests to the new location. The [frank-cucumber](https://rubygems.org/gems/frank-cucumber) gem will continue to work.