leebyron / testcheck-js

Generative testing for JavaScript

Home Page:http://leebyron.com/testcheck-js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support environment variables (for seed)

bas080 opened this issue · comments

It would be nice to be able to rerun a test from the command like by defining a environment variable which represents the seed. e.g.

$ TEST_CHECK_SEED=123 npm t

Same could be done for changing defaults for numTests etc.