Skip to content

slamdata/purescript-mote-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

purescript-mote-runner

Latest release Build Status

Creates a CLI wrapper for test suites written with the purescript-mote DSL, that allows to selectively run tests.

Right now the pattern language is very simple, and requires the passed string to exactly match the wanted group/test name.

Example:

npm run example:build
npm run example:run -- --list
npm run example:run -- --pattern "generated from file"