Sha256: bea85274935e27e10892034c020b4236a55db652650aaf0622b3c74182c458e1

Contents?: true

Size: 392 Bytes

Versions: 1

Compression:

Stored size: 392 Bytes

Contents

require File.expand_path(File.dirname(__FILE__) + '/spec_helper')

describe "WatirWebdriverPerformance" do

  let!(:b) { @b }

  before(:all) do
    @b ||= Watir::Browser.new :chrome
  end

  after(:all) do
    @b.close
  end

  pending "should open and get performance metrics from the FF7 browser" do
    b.goto "google.com"
    b.performance.should be_an_instance_of(OpenStruct)
  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
watir-webdriver-performance-0.1.3.1 spec/watir-webdriver-performance-browser-ff7_spec.rb