Uh oh!
There was an error while loading. Please reload this page.
sort tests - #1004
Conversation
joshbruce
commented
Jan 7, 2018
@UziTech: Interesting. This is alphabetizing the console output, yeah? Just to make sure I'm understanding...then I should probably go to sleep. |
UziTech
commented
Jan 7, 2018
And alphabetizing the way the tests are ran. So we can run tests in a specific order if we need to. |
joshbruce
commented
Jan 7, 2018
Cool. Do we have a way to run a single test case? Just curious. |
UziTech
commented
Jan 7, 2018
No we don't. Do you want me to set that up? |
joshbruce
commented
Jan 7, 2018
@UziTech: If it's not difficult, it would probably be helpful - not that it takes that long for our tests to run, of course...we just have a lot and might be easier for someone adding a new feature to test their single piece of new functionality, you know? |
I added running only certain tests by specifying a glob pattern node test --glob gfm*that will only run tests that start with 'gfm' that glob also works with node test --bench --glob gfm* |
joshbruce
commented
Jan 7, 2018
Thanks, brother! |
Sorting tests alphabetically for more deterministic tests.
@joshbruce this was supposed to go with #1002