Forum Discussion

jaimin's avatar
jaimin
New Contributor
3 years ago
Solved

How to generate extent report in Ready API using Groovy script at Project level

Hi,   I was able to create Extent report at Test Suit level which I found in one of the existing post. But I need to know how it can be created at Project level as I have multiple test suites in my...
  • aaronpliu's avatar
    3 years ago

    jaimin ,

     

    There is no difference to create report in suite or project level.

    all of running information in runner (actually it's runner.results). you just needs to fine-tune your scripts then can use it in project level.

    Please be aware that project runner.results -> TestSuiteRunner -> TestCaseRunner. so you can collect all of running information from result sets.

     

     

    Thanks,

    /Aaron