detox
Version:
E2E tests and automation for mobile
45 lines • 1.05 kB
JSON
{
"target": {
"type": "Class",
"value": "com.wix.detox.espresso.EspressoDetox"
},
"method": "perform",
"args": [
{
"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"
]
}
}
]
}
},
{
"type": "Invocation",
"value": {
"target": {
"type": "Class",
"value": "android.support.test.espresso.action.ViewActions"
},
"method": "click",
"args": []
}
}
]
}