ok, so a before() in any step definition file will run no matter what feature file/scenario is run.
I have a cleanup activity to do before running a set of feature scenarios, how best to run those on that single feature or indeed scenario?
Without having to run them on every feature as I seem to be doing now.