kaocha

jmv 2023-06-30T19:38:35.382049Z

is it possible to set plugins on a per test-suite basis using the configuration file?

Alys Brooks 2023-07-05T21:38:00.277789Z

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?

jmv 2023-07-06T16:08:03.355209Z

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.