My project structure is like the following:
|test
----|test1
---------|test1.js
---------|test2.js
I want to run all the tests under the test1
folder. How to do that with only mentioning the folder name? I don’t want to use --grep
option or tags
.