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
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
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
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
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