I have a common test suite, and I need to run it with a reinforcement . This is usually done using the command
rebar ct suites=mysuite
But there is an obstacle. My package is the required configuration file, and I need to specify it when I run the tests. ct_run allows you to do this with
ct_run -config <configfile>
Does anyone know how I can specify a configuration file with armature ?
source share