Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 701 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 701 Bytes

atom-speck-runner

About

Speck Runner is a Comment Driven Test Runner
Comments are converted to unit-tests, via SpeckJS, and run locally in Atom.

Usage

Screenshot

  • ctrl-alt-r
  • From the Menu Bar, select Packages > Speck Runner > Run
  • From Atom's Command Palette, enter Speck Runner:Run

Installation

apm install speck-runner

or

  $ git clone https://github.com/zackferrofields/atom-speck-runner.git
  $ cd atom-speck-runner
  $ npm i
  $ apm link .
  $ atom .

ToDo

  • transform es2015 using .babelrc