Open jinuxstyle opened 8 years ago
filtering is a nice convenience -- and often allows for faster development of tests. Jasmine uses the word "focused", e.g. prefixing a @test
with an f (@ftest
) will limit execution to that test only.
I see a lot of PRs stacking up, @sstephenson are you looking for help maintaining?
@briceburg Yes, the project is in need of a lead maintainer. See #150.
This PR contains three commits which together are intended to support log to a a specified file and filtering tests based on regex pattern given by user.
commit 734a049e0b9662805273addcaa187e4ea98a4718
commit d7aea2a76a01c7b91484982531a3f0c222b4f475
commit 0d743bc516c2fda4dee1bab610e0b3d8dd062ce7
Signed-off-by: Jin Xu jinuxstyle@hotmail.com