Hi,
I've no problem to run all tests which in a test suite from GUI, but when I try to run them under CLI mode, it always fails, I am thinking it might caused by incorrectly cases order, is there any has the same problem?
What I've done are:
1. Add tests into a test suite name "webtest" and re-order them with correct order.
2. Run test suite by clicking "Run all tests in suite" from IDE, everything went perfect.
3. Save this project as selenium.side
3. Under CLI mode, I launch following command:
# selenium-side-runner --filter webtest selenium.side
but it never success.
in addition,
The first test is "log into the web", and then real test starts from second test. The first test is okay, but I don't know why it seems like the second test performed without logged in, that is why I thought the runner did not run the tests in sequence, but even I remove the last test (log out web server), the test still fails, so i really don't know why...
Can anyone help?
Regards,
Rex Lee