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

Version Path
mutx-0.1.18 documentation/configuration.md
mutx-0.1.17 documentation/configuration.md
mutx-0.1.16 documentation/configuration.md
mutx-0.1.15 documentation/configuration.md
mutx-0.1.14 documentation/configuration.md
mutx-0.1.13 documentation/configuration.md
mutx-0.1.12 documentation/configuration.md
mutx-0.1.11 documentation/configuration.md
mutx-0.1.10 documentation/configuration.md
mutx-0.1.9 documentation/configuration.md
mutx-0.1.8 documentation/configuration.md
mutx-0.1.7 documentation/configuration.md
mutx-0.1.6 documentation/configuration.md
mutx-0.1.4 documentation/configuration.md
mutx-0.1.3 documentation/configuration.md
mutx-0.1.2 documentation/configuration.md