Olexandr Prokhorenko
unread,Nov 20, 2009, 11:01:44 AM11/20/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to selenium-ruby
Hi,
I'm trying to use selenium-client with RSpec tests, and while I'm
getting reports done, I don't have any screenshots & dynamic logs or
whatever else, but the report itself.
That's what being run:
/usr/bin/ruby1.8 -I"/usr/lib/ruby/gems/1.8/gems/rspec-1.2.8/lib:test"
"/usr/lib/ruby/gems/1.8/gems/rspec-1.2.8/bin/spec" "sign_in_spec.rb" --
color --require 'rubygems,selenium/rspec/reporting/
selenium_test_report_formatter' --
format=Selenium::RSpec::SeleniumTestReportFormatter:./tmp/
acceptance_tests_report.html --format=progress
F
1)
Test::Unit::AssertionFailedError in 'SignIn describe what this thing
should do here'
<false> is not true.
./sign_in_spec.rb:42:
Finished in 83.133901 seconds
1 example, 1 failure
rake aborted!
Command /usr/bin/ruby1.8 -I"/usr/lib/ruby/gems/1.8/gems/rspec-1.2.8/
lib:test" "/usr/lib/ruby/gems/1.8/gems/rspec-1.2.8/bin/spec"
"sign_in_spec.rb" --color --require 'rubygems,selenium/rspec/reporting/
selenium_test_report_formatter' --
format=Selenium::RSpec::SeleniumTestReportFormatter:./tmp/
acceptance_tests_report.html --format=progress failed
(See full trace by running task with --trace)
I have acceptance_tests_report.html & resource folder in tmp, but
folder is emoty, and html has only report, but no links to
screenshots, etc.
Do you have an idea how I can fix that? Thank you.