Get help with testing, discuss unit testing strategies etc.


Post by nuridesengin »

Is there any chance to run a command such as this;
> __SIESTA__/bin/webdriver https://myproject/tests/index.html [OPTION: oneSpesicicTestFile.js ]
I've set lots of test group; Unit, UI, CRUD etc. and they have almost 87 test files/item. I'm working only on one them, so to keep terminal clear and to run only one of this test file/item will be much more easier during development.

and I'm trying help command inside bin directory (siesta-4.4.0-standart/bin/)but it doesnt show any option:
Mac:bin nengin$ ./webdriver --help

Post by nickolay »

4.4.0 has a packaging bug, use 4.4.1 or 4.4.2 instead. There's such option of course, even 2 of them: --include and --filter, see --help for details.

Post by nuridesengin »

Exactly! I've changed Siesta version to 4.3.2 and works fine with --include option.

Thanks a lot!

Post Reply