Get help with testing, discuss unit testing strategies etc.


Post by fbrus001 »

Hello,

I'm trying to get Selenium to work together with Siesta. When I call Selenium like suggested in the tutorial
> __SIESTA__\bin\selenium https://localhost:8181/tests/mytest.html [OPTIONS]
All that it does is to print the usage options from the selenium-launcher.js:
Usage: selenium url [OPTIONS]
The `url` should point to your `tests/index.html` file

Options (all are optional):
--browser browsername      - should be exactly one of the "firefoxproxy / google
chrome / iexploreproxy / safariproxy / opera"
                             this option can be repeated several times
                             default value is *, meaning all available browsers
--host localhost           - host for selenium server (default value is "localho
st")
--port 4444                - port for selenium server (default value is 4444)
--filter filter_value      - a text of regexp to filter the urls of tests
--verbose                  - enable diagnostic messages
--sequential               - enable sequential execution mode
What am I doing wrong?

Post by nickolay »

Is this related to the quoting of directory names?

Post by fbrus001 »

Yes, indeed. I tried to fix the same problem as mentioned in https://www.assembla.com/spaces/bryntum ... ickets/149 for the selenium.bat and added a bug in the process. Sorry for that. :)

Post by nickolay »

Ok, its fixed in 1.0.6 then (will be available later today)

Post Reply