In my application, I want to set up some test data from the UI before running any Fixture. I want to do this set up only once and don't want to do this before each fixture. Can someone please help me on how to do this ?
I tried to use approach mentioned on below thread but I cannot use test controller - t inside before.
beforeorafterit doesn't make sense to access totcontroller. I don't know why do you need to access to it. What is your use case anyway? - tmhao2005