Top-Q / difido-reports

This project aims to provide a generic implementation for HTML test reports.
http://top-q.github.io/difido-reports
Apache License 2.0
47 stars 31 forks source link

Jsystem maven plugin is not supported #32

Open tamirba opened 9 years ago

tamirba commented 9 years ago

When I'm trying to run scenario using Jsystem maven plugin, the tests are not being published to difido-server.

NimrodTicotzner commented 9 years ago

thats because the remoteDifido.properties should be located in the working directory while running with the maven plugin call me i will help you out On May 7, 2015 4:05 PM, "Tamirba" notifications@github.com wrote:

When I'm trying to run scenario using Jsystem maven plugin, the tests are not being published to difido-server.

— Reply to this email directly or view it on GitHub https://github.com/Top-Q/difido-reports/issues/32.

itaiag commented 9 years ago

Also, please make sure that the jsystem.properties in the root folder of the project is configured correctly with the remoteHtmlReporter.

tamirba commented 9 years ago

I've made the following changes:

  1. Update Jsystem version to 6.1.01 in my tests project POM file.
  2. Update jsystem.properties “reporter.classes” property to jsystem.extensions.report.difido.HtmlReporter;jsystem.extensions.report.difido.RemoteHtmlReporter;jsystem.framework.report.SystemOutTestReporter;jsystem.extensions.report.xml.XmlReporter;jsystem.extensions.report.junit.JUnitReporter
  3. Created remoteDifido.properties file (in project root folder, same location as jsystem.properties) with the server data.

When I’ve tried to run a scenario, the only reports that were created under tests_project\ log\current were:

  1. reports.0.xml
  2. TEST-JSystem_JUnit_report.xml A RemoteHtmlReporter was not created.