Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 586 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 586 Bytes

GhostStory

A collection of cucumber steps for automated CSS testing with SpookyJS, CasperJS, PhantomJS and Node.JS.

Installation

  1. Download SpookyJS

    1. git clone https://github.com/WaterfallEngineering/SpookyJS.git
  2. Install SpookyJS dependencies

    1. cd SpookyJS
    2. npm install
  3. Copy the folders from GhostStory into SpookyJS/Examples/cucumber/features/

  4. Run the cucumber.js make step

    1. make cucumber.js