Files
frida-interception-and-unpi…/test/android/package.json
T
Tim Perry e15232271d Update pinning app & clean up test framework
This notably drops Appium etc entirely (too much weird & dep noise, very
annoying) and uses raw ADB instead. Improves reliability in a few other
ways, and updates to properly track the current state of the pinning
app.
2026-07-31 16:18:09 +02:00

16 lines
288 B
JSON

{
"name": "frida-scripts-android-tests",
"private": true,
"type": "module",
"scripts": {
"test": "mocha test.ts"
},
"dependencies": {
"@types/chai": "^5.2.2",
"chai": "^5.2.0",
"fast-xml-parser": "^5.3.0",
"mocha": "^11.7.1",
"mockttp": "^4.0.1"
}
}