Code Monkey home page Code Monkey logo

motion-frank's Introduction

motion-frank

A gem to use integration of frank-cucumber into RubyMotion projects.

Installation

> gem install motion-frank

or better yet, use Bundler with rvm or rbenv.

Getting started

In your Rakefile:

require 'motion-frank'

Then from the command line you can see the new tasks:

> rake -T
rake frank                 # Shorthand for frank:run
rake frank:init_features   # Create first feature files
rake frank:run             # Build app for simulator, launch simulator and run features
rake frank:symbiote        # Run app with symbiote enabled

Starter features

Before using rake frank:run you'll need some feature files to start. Use rake frank:init_features to create these.

Symbiote

Symbiote is a web-based tool for inspecting the state of your native iOS application. See the Symbiote site for more details.

Run rake frank:symbiote to enable symbiote in the simulator, and visit http://localhost:37265 (or run frank inspect) to browse your app.

Symbiote will crash if your application doesn't have a view, so you will have to try it out with more than just a motion create app.

Versioning

The versions of this gem will track the version of frank-cucumber, so that 1.1.8.* requires frank-cucumber 1.1.8.

Credits

Thanks to Caleb Cohoon for writing very useful instructions that this gem is based on.

motion-frank's People

Contributors

pinfieldharm avatar mdenomy avatar dlongmuir avatar

Watchers

Qi He avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.