GithubHelp home page GithubHelp logo

Comments (3)

nirmalchandra avatar nirmalchandra commented on July 29, 2024 1

Looks like this feature(though it is great) might not be much useful to end users. Probably we can switch off/on when needed "per runner" wise in future.
I will be fixing it with a single CSV file picking all step-results and amending to a final report.csv.
(anyway this is a minor one)

from zerocode.

authorjapps avatar authorjapps commented on July 29, 2024

@officiallysameer , Ideally we should have a Suite runner which executes as a suite of tests. But practically it is not ideal world, hence we exist. The reports are generated per runner, then aggregated. That means even if you fire the unit test(s) with@Test simply from your IDE or using maven via command line, you will get a report generated(timestamped) for that run. Not many tools give this option.

Generally most tools generates the reports only after all test-run finished towards the end of maven install phase or if the tests are made to run via <goal>integration-test</goal> where one has to wait till that phase gets over to get the reports.

But Zerocode has gone extra miles to make this handy for testers/developers-

  • You run a test, then you have a report by timestamp in the target folder
  • You run more tests, then you have another report for this run by timestamp in the target folder

Hence even if you are seeing two reports towards end of the build cycle, they should be identical as by that time(end of the maven cycle) results have been already aggregated, So you can pick any one of the report. Please pick the one with latest timestamp.

Hope it helps!

Note-
Don't forget to look at the target folder for zerocode-interactive.html report which could be useful in term of searching by TEST-STEP-CORELATION-ID or by author of the test case or simply by test case name. On the right side of each item clicked, it lists the steps executed with their status.

from zerocode.

authorjapps avatar authorjapps commented on July 29, 2024

Fixed in version-

<dependency>
    <groupId>org.jsmart</groupId>
    <artifactId>zerocode-rest-bdd</artifactId>
    <version>1.1.34</version>
</dependency>

from zerocode.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.