detox
Version:
E2E tests and automation for mobile
35 lines • 745 B
JSON
{
"target": {
"type": "Invocation",
"value": {
"target": {
"type": "Class",
"value": "android.support.test.espresso.Espresso"
},
"method": "onView",
"args": [{
"type": "Invocation",
"value": {
"target": {
"type": "Class",
"value": "com.wix.detox.espresso.DetoxMatcher"
},
"method": "matcherForContentDescription",
"args": ["Sanity"]
}
}]
}
},
"method": "perform",
"args": [{
"type": "Invocation",
"value": {
"target": {
"type": "Class",
"value": "android.support.test.espresso.action.ViewActions"
},
"method ": "click",
"args": []
}
}]
}