Sha256: 5cb0635a44340835fa10351a2ec6e037fba843dbd195ee95420dc3fe1a39f736

Contents?: true

Size: 586 Bytes

Versions: 14

Compression:

Stored size: 586 Bytes

Contents

How to configure Kaya?
==============

Kaya retrieve information from profiles file called cucumber.yml allocated on project root folder.
You have to have this file into your project to work with Kaya.

Kaya will show only those suites marked as runnable as test suites. To do this you only have to add a flag to each cucumber profile you want to expose as follows:
Supose you have a profile called regression on cucumber.yml file

	#cucumber.yml
	regression: -t @regression runnable=true

The flag `runnable=true` indicates to Kaya to expose the profile to be executed as a test suite.

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
kaya-0.0.14 documentation/configuration.md
kaya-0.0.13 documentation/configuration.md
kaya-0.0.12 documentation/configuration.md
kaya-0.0.11 documentation/configuration.md
kaya-0.0.10 documentation/configuration.md
kaya-0.0.9 documentation/configuration.md
kaya-0.0.8 documentation/configuration.md
kaya-0.0.7 documentation/configuration.md
kaya-0.0.6 documentation/configuration.md
kaya-0.0.5 documentation/configuration.md
kaya-0.0.4 documentation/configuration.md
kaya-0.0.3 documentation/configuration.md
kaya-0.0.2 documentation/configuration.md
kaya-0.0.1 documentation/configuration.md