Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This article is intended for users who wish to integrate Playwright results with QTM4J. QMetry supports import for the following framework files that are JUnit, TestNG, QAF, Cucumber, and Specflow. The By default the playwright produces a test results file in JUnit format in the test results folder, which can then be imported into QTM4J. 

In case the JUnit format test result file is not generated, playwright Test comes with a built-in Junit reporter, which produces a JUnit-style XML report. To generate the report in a JUnit-style XML execute the following commands as appropriate -

...