Execution over Maven
OK, curious about the results. First do it with maven. Perform any of:
mvn test
Run all specifications.
mvn gauge:execute -DspecsDir=specs
Run all specifications in the specified folder.
mvn gauge:execute -DspecsDir=specs/MySpec.spec
Run the specified specification.
mvn gauge:execute -DspecsDir=specs/MySpec.spec -Dtags="factorial"
Run the scenarios with specified tag in the specified specification.