Skip to content

sbower/arXiv-cucumber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arXiv-cucumber

Barebones project to get cucumber testing working for arxiv.org

Installation

  1. Prerequisites

    firefox

  2. install rvm

    $ \curl -L https://get.rvm.io | bash -s stable --ruby

  3. install bundler

    $ gem install bundler

  4. run bunlder to install required gems

    $ cd arXiv-cucumber bundle

Running Tests

The simplest way to run a tests is with rake:

rake

you can change the host the test are run against with

rake host=http://arxiv.org

You can run different profiles, for instance to run the wip profile

rake cucumber:wip

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages