nuxeo / FunkLoad

Functional and load testing framework for web applications, written in Python
http://funkload.nuxeo.org/
GNU General Public License v2.0
382 stars 83 forks source link

Configuration file should be specifiable on the command line #76

Closed nedbat closed 12 years ago

nedbat commented 12 years ago

I would like to have a number of different configuration files, and specify which to use on the command line, rather than have it tied to the class name. Am I misunderstanding how people use FunkLoad? How do you run the same test in different configurations?

I'd be glad to work up a patch if you're open to the idea.

bdelbosc commented 12 years ago

The configuration can be set using the following option:

--config=CONFIG Path to alternative config file

Also you can use a single configuration file for common options and use a makefile to setup different command line options.

nedbat commented 12 years ago

Good to know it exists! Then the bug is that it should be mentioned in the command-line help...