[wtr-general] Re: Embed screenshot in Watir-rspec report (not just for failed tests)

2014-05-06 Thread Arjen Ruiterkamp
elated to Flot than Watir ;) Regards, Arjen On Tuesday, April 15, 2014 12:07:04 PM UTC+2, Arjen Ruiterkamp wrote: > > Hello, > > For some acceptance tests I want to include screenshots, which are made > during my specs, to the report (thus not just for failing specs). > The watir

[wtr-general] Re: Embed screenshot in Watir-rspec report (not just for failed tests)

2014-04-18 Thread Arjen Ruiterkamp
ith just watir-rspec or is some form of monkey patching required? Regards, Arjen On Tuesday, April 15, 2014 12:07:04 PM UTC+2, Arjen Ruiterkamp wrote: > > Hello, > > For some acceptance tests I want to include screenshots, which are made > during my specs, to the report (thus

[wtr-general] Embed screenshot in Watir-rspec report (not just for failed tests)

2014-04-15 Thread Arjen Ruiterkamp
Hello, For some acceptance tests I want to include screenshots, which are made during my specs, to the report (thus not just for failing specs). The watir-rspec readme states: You can use Watir::RSpec.file_path to have links automatically in the html report to the files created during tests. u

[wtr-general] Re: Watir-rspec still requires browser variables when executing browser methods?

2014-03-20 Thread Arjen Ruiterkamp
quest to config.include Watir::RSpec::Helper, :type => :acceptance and in google_spec.rb change: describe "Google" do to describe "Google", :type => :acceptance do On Wednesday, March 19, 2014 2:18:35 PM UTC+1, Arjen Ruiterkamp wrote: > > Hello, > > I am fairly n

[wtr-general] Watir-rspec still requires browser variables when executing browser methods?

2014-03-19 Thread Arjen Ruiterkamp
Hello, I am fairly new to Ruby and trying to setup some acceptance tests using the watir-rspec gem. Now https://github.com/watir/watir-rspec states: - No need to use the @browser or $browser variables when executing browser methods. However, this doesn't seem to work for me. What I've