Sha256: 980d53bd3811e64c14b05b4020d6a0caea738a6803e9b19d72a3e2dd5600ddc3
Contents?: true
Size: 583 Bytes
Versions: 16
Compression:
Stored size: 583 Bytes
Contents
How to configure Mutx? ============== Mutx 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 Mutx. Mutx will show only those tasks marked as runnable as test tasks. 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 Mutx to expose the profile to be executed as a test task.
Version data entries
16 entries across 16 versions & 1 rubygems