DriverBuilder
using code like this:driver.report().tests()
method and it's overloads. For example:driver.report().test()
returns a ClosableTestReport
object. An explicit call to submit()
or closing the object is required for the report to be sent.NO_SUCH_ELEMENT
, an exception will be thrown and test will fail, but before that, the closable object will get closed and so the test will still be reported.disableReports
option in the constructor.driver.report().tests()
:driver.report().step()
:type
attribute set to password
XCUIElementTypeSecureTextField
***
. This is here for security purposes, but if you want to you can disabled it with the following code:Execution Report: {temporary_folder}/report.html
LOCAL
or only a CLOUD
report.When the Agent is offline, and only a cloud report is requested, execution will fail with appropriate message.