zackferrofields / atom-speck-runner

Run SpeckJS test live

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Run SpeckJS test live

License:Apache License 2.0


Languages

Language:CoffeeScript 52.3%Language:JavaScript 44.0%Language:CSS 3.6%