method

new

v6.1.7.7 - Show latest stable - Class: TestRun
new(driver)
public

No documentation available.

# File ci/qunit-selenium-runner.rb, line 36
  def initialize(driver)
    @qunit_testresult = driver[ID_TESTRESULT]
    @qunit_tests = driver[ID_TESTS]
  end