Alessandro Arcella

Results 1 comments of Alessandro Arcella

@Andarius You can write something like that in your `init.ts` ``` import { execSync } from 'child_process'; //... beforeEach(async function () { execSync(`adb -e -s ${device.id} shell pm reset-permissions`); await...