You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add "show code" and "hide code" button on HTML report and hide code by default.
Lengthen the default hight of the screen capture area on HTML report. This improvement is mainly for vertically long screen captures taken on mobile devices.
Add text "hidden" for no TestDoc lines on HTML report.
Support JUnit3 and add new configuration entry "jUnit3".
Search TestDoc on super methods or implemented interfaces of the no TestDoc method and show it on HTML report if found.
Improve testDocs for WebDriver.
Support Appium test (TestDoc and AppiumAdapter).
Support Selendroid test (SelendroidAdapter).
Support ios-driver test (IOSDriverAdapter). But this feature is not tested.
Support CaptureStyle "none" and "stepInOnly".
Bug fix
Could not handle file path without parent directory for some file path setting such as "reportOutputDir".