YahooArchive / arrow

FE Test framework designed to promote TDD
http://yahoo.github.io/arrow/arrow_intro.html
BSD 3-Clause "New" or "Revised" License
55 stars 59 forks source link

Support for Globbing in Descriptors #70

Closed mridgway closed 10 years ago

mridgway commented 11 years ago

A nice feature would be to define globs within your descriptors for sets of tests that will be run with exactly the same settings. For instance:

"dataprovider": {

            "controllers":{
                "params": {
                    "test": "./tests/controllers/**/*.js",
                    "engine": "mocha",
                    "driver": "nodejs"
                },
                "group": "unit"
            }
        }
proverma commented 10 years ago

This is a nice feature request, we will look into it right after implementing data driven descriptors, as this feature would need something similar.