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