Skip to content

0.6

Compare
Choose a tag to compare
@NozomiIto NozomiIto released this 18 Mar 02:18

Improvement

  • 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".