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. ```sh $ TEST_CHECK_SEED=123 npm t ``` Same could be done for changing defaults for numTests etc.