I'm new to appium and I have created set of test cases and for every test case I use @BeforeTest and add my desired capabilities is there a way I can just call them instead of writing them for every test?
I tried to add desired capabilities into a class and call it before tests but it didn't work