Sha256: 0296f3e6c7dcc6ebc15a83c91095ee99adf6f173a76b3cca3fe26ef520566f4f

Contents?: true

Size: 425 Bytes

Versions: 7

Compression:

Stored size: 425 Bytes

Contents

<%
std_opts = "BROWSER=firefox --no-source --color --format Cucumber::Formatter::Fuubar"
%>

default: DRIVER=WATIR <%= std_opts %> --tags ~@selenium_only
watir: DRIVER=WATIR <%= std_opts %> --tags ~@selenium_only
selenium: DRIVER=SELENIUM <%= std_opts %> --tags ~@watir_only
focus:  DRIVER=WATIR <%= std_opts %> --tags ~@selenium_only --tags @focus
#focus:  DRIVER=SELENIUM <%= std_opts %> --tags ~@watir_only --tags @focus

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
page-object-0.8.1 cucumber.yml
page-object-0.8 cucumber.yml
page-object-0.7.6 cucumber.yml
page-object-0.7.5.1 cucumber.yml
page-object-0.7.5 cucumber.yml
page-object-0.7.4 cucumber.yml
page-object-0.7.3 cucumber.yml