Closed yoyurec closed 8 years ago
The tests
option should set the root directory that contains your tests. PhantomFlow will recurse into that directory to find all your tests.
You can use the testFileExtension
options to specify the extension of your test files; by default it looks for all files that match .test.js
.
e.g.
{
tests: 'project/phantomdflowtests',
testFileExtension: '.phantomflow.test.js'
}
Trying to run on my project structure:
Script options:
tests: 'front/modules/**/test'
works ok, all files processed, but result doesn't works (((Looks like
tests
var used alot, maybe it's better to split? For ex.: