Cut testing suite by files:
specut tests --mode file
Cut testing suite by it() blocks:
it()
specut tests --mode it
Cut testing suites by describe() blocks:
describe()
specut tests --mode describe
Last updated 1 year ago