I have used tuneup.js before and it has a very useful function that allows automation to assert an entire page or element tree with one function. I am considering writing my own parser that takes the XML from logging the element tree, parses it to JSON and then asserts that certain elements are true.
However, it would be great if Appium provided a function like this. The reason something like this is so critical is that asserting individual elements as part of verifying a page is a considerable time suck. The calls to Appium, especially if they are running in Sauce Labs or another virtualization, take serious time and the automation will sit there and wait while elements are verified.
I am wondering if anyone has done anything like this before or if anyone else would like to see a feature like this in Appium.
created
May '15
last reply
May '15
- 1
reply
- 1.5k
views
- 2
users