Reading the usage instruction some can assume that running test-runner with a specific namespace will run only this specific namespace, but it appears that you get a "default" namespace regex configuration as well. Pretty odd to see all your tests running.
Refactor the code to put all default configurations handling in a function.
Set a default test dir when no test dirs specified
Set a default namespace regex when no specific namespace or namespace regex specified.
Reading the usage instruction some can assume that running test-runner with a specific namespace will run only this specific namespace, but it appears that you get a "default" namespace regex configuration as well. Pretty odd to see all your tests running.
Refactor the code to put all default configurations handling in a function.
Cheers