Closed Serge-SDL closed 5 years ago
One Quick way which i know is Skip others and run the test file .
describe.skip('setting scenario', () => {
You can also simply use
await driver.driver.removeAppFromDevice('com.example.AppName');
Basically all commands can be found in appium docs
Hi! I cannot find a way to change capabilities between 2 group of specs. For exemple I need for one of my test to keep app installed, but not for the other ones.
what I need it something like that:
I there already a way, or is it planned ? thanks!