is it possible to set plugins on a per test-suite basis using the configuration file?
Offhand, I'm not aware of a way. I think a plugin would have to support that specifically, since some hooks are not specific to any suite. Out of curiosity, what use case do you have for this?
thanks, that it was i saw as well. i was trying to do some custom test setup for a smoke tests but it ended up being easier and clearer to just create a fixture to do it.