Sha256: bf3d726a5c449ec166d6a5a6a10fd2577c61d021393940ae75235a95517cf958

Contents?: true

Size: 416 Bytes

Versions: 9

Compression:

Stored size: 416 Bytes

Contents

<%

date = Time.now.strftime('%Y-%m-%d-%H%M-%S')
default_report = "./reports/calabash-#{date}.html"

ss_path = "#{Dir.pwd}/screenshots/"

`mkdir ./screenshots` unless File.exists?("./screenshots")
`mkdir ./reports` unless File.exists?("./reports")

%>

ss_path: SCREENSHOT_PATH=<%= ss_path %>
html_report:  -f html -o <%= default_report %>

uai: DEVICE_TARGET=simulator

default: -p ss_path -p html_report -p uai



Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
briar-0.1.3.b5 cucumber.yml.example
briar-0.1.3.b4 cucumber.yml.example
briar-0.1.3.b3 cucumber.yml.example
briar-0.1.3.b2 cucumber.yml.example
briar-0.1.3.b1 cucumber.yml.example
briar-0.1.2 cucumber.yml.example
briar-0.1.1 cucumber.yml.example
briar-0.1.0 cucumber.yml.example
briar-0.0.9 cucumber.yml.example