Confirmed users
407
edits
Teodosia.pop (talk | contribs) (→Tasks) |
Teodosia.pop (talk | contribs) No edit summary |
||
| Line 161: | Line 161: | ||
**''Arguments'' - ''${resource_name}'' | **''Arguments'' - ''${resource_name}'' | ||
*Go to ''Common'' tab and make sure that ''Allocate Console'' checkbox is checked. | *Go to ''Common'' tab and make sure that ''Allocate Console'' checkbox is checked. | ||
== How To Run Tests == | |||
* Start the Selenium server by running the following command: | |||
** ''java -jar selenium-server-standalone-2.5.0.jar'' | |||
* To run tests locally it's a simple case of calling ''py.test'' from the project's directory | |||
** py.test --api=rc --baseurl=https://example.com --browser="*firefox" | |||
== Tasks == | == Tasks == | ||