Using phantomjs, how to run all scripts within a directory?
Ex: I have 3 tests in c:\tests folder.
\firsttest.js
\secondtest.js
\thirdtest.js
I have tried below, but didn't work
phantomjs tests/
phantomjs tests/*
Can someone let me know how to achieve this?
Thanks,