Sha256: 1be55fb73a33254dd59329395d3e6632fe7a5b20336d23ce8451e38354a37922
Contents?: true
Size: 1.19 KB
Versions: 4
Compression:
Stored size: 1.19 KB
Contents
# baleen.yml: Configuration file to run baleen # # This file is used to specify the configuration for your baleen job. # The file has three top sections and config file must have each section # # base: # Mandatory # baleen-server: IP address or host of baleen server # # Optional # port: port that baleen server is listening. Default: 5533 # # runner: # Mandatory # image: name of image to run Docker container where your tests will be run # # Optional # work_dir: working directory of container. Default: ./ # concurrency: number of containers to run at one time. Default: 2 # before_command: commands to run before running your tests. # # framework: # Mandatory # type: your test framework # # Optional # features: place of your feature files when your framework type is cucumber. Default: ./features # base: baleen_server: 127.0.0.1 port: 5533 runner: image: kimh/baleen-poc work_dir: /git/baleen/poc concurrency: 3 before_command: bundle install # If you want to specify multiple commands, you can use block style syntax of YAML # before_command: | # source /etc/profile.d/rvm.sh # bundle install framework: type: cucumber features: ./
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
baleen-0.2.2 | baleen.yml.sample |
baleen-0.2.1 | baleen.yml.sample |
baleen-0.2.0 | baleen.yml.sample |
baleen-0.1.2 | baleen.yml.sample |