Sha256: 003d71f8c704c3550d23df5388f7baffe6ce56114293975b5b502ba325e3b064

Contents?: true

Size: 754 Bytes

Versions: 3

Compression:

Stored size: 754 Bytes

Contents

#### Sample baleen project file ####

## Use this file as your template to construct your project and save as ~/baleen.yml
## The file is loaed by baleen-server at boot time (use --project_file option to specify file location)
## See also https://github.com/kimh/baleen/blob/master/README.md

# Project name section
baleen-poc:
  # Runner section
  runner:
    image: "kimh/baleen-poc"
    work_dir: /baleen-poc
    concurrency: 3
    before_command: |
      source /etc/profile
      export RAILS_ENV=test
      bundle exec rake db:migrate

  # Framework section
  framework:
    type: cucumber
    features: ./features/t1.feature

  # CI section
  ci:
    build: true
    url: https://github.com/kimh/baleen-poc
    repo: baleen-poc
    branch: master

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
baleen-0.2.5 baleen.yml.sample
baleen-0.2.4 baleen.yml.sample
baleen-0.2.3 baleen.yml.sample