speck-runner
Run SpeckJS tests in Atom
zackferrofields 970 1 0.1.2 MIT GitHub

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