-
Notifications
You must be signed in to change notification settings - Fork 8
Issues getting started with Test::Right #6
Comments
It's using sauce selenium from the cloud, which probably can't reach your On Mon, Jun 27, 2011 at 2:29 PM, mwarkentin <
|
It is a publicly accessible server. |
could you share the website against which this test is being run? |
Sure - http://qa.arcestra.com/ |
Have you set the right url to the test/right/config.yml file? |
Here's my config.yml # The base URL of your staging server
base_url: http://qa.arcestra.com
# Which browser you want to run your tests in
browser: firefox |
I'll have to play with this as soon as I get soem time. Thanks for sending! |
This is old, but in case someone has the same kind of problem: you need to ask the driver to load your base URL. It won't, by default, automatically load, and no selection will ever happen. Hence, add this line at the beginning of your Feature method:
|
Hello,
I'm trying to test out Test::Right, but I'm having some issues. I've installed the gem, and added a login widget, and a feature (which only attempts to login right now. When I run test_right from my app directory, a Firefox window opens up, and then closes quickly. It doesn't seem to be actually loading my base_url (which is pointing to a staging server).
Shell Output
LoginWidget.rb
BuildingFeature.rb
The text was updated successfully, but these errors were encountered: