testgen 0.2.2 → 0.2.3
Sign up to get free protection for your applications and to get access to all the features.
data/ChangeLog
CHANGED
@@ -23,7 +23,7 @@ Feature: Adding support for the --pageobject-driver option
|
|
23
23
|
When I run `testgen project sample --pageobject-driver=selenium`
|
24
24
|
Then a file named "sample/features/support/hooks.rb" should exist
|
25
25
|
And the file "sample/features/support/hooks.rb" should contain "require 'selenium-webdriver'"
|
26
|
-
And the file "sample/features/support/hooks.rb" should contain "@browser = Selenium::
|
26
|
+
And the file "sample/features/support/hooks.rb" should contain "@browser = Selenium::WebDriver.for :firefox"
|
27
27
|
|
28
28
|
Scenario: Creating the pages directory
|
29
29
|
When I run `testgen project sample --pageobject-driver=selenium`
|
data/lib/testgen/version.rb
CHANGED