Skip to content

Link to navigate to a specific Test on Tests tab from Tags or Exception tab is not present in ExtentSparkReporter of Extent Report 4 #168

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
smaity91 opened this issue May 29, 2020 · 3 comments
Labels
enhancement New feature or request
Milestone

Comments

@smaity91
Copy link

Previously the links were present for v3 HTMLReporter. Now after upgrading to 4.1.5 and changing to SparkReporter(as HTMLReporter is deprecated); the links are not coming. Below adding the link for your sample report only where you can see the same thing:

http://extentreports.com/docs/versions/4/java/files/spark/index.html

@anshooarora anshooarora added the enhancement New feature or request label May 29, 2020
@smaity91
Copy link
Author

smaity91 commented Jun 4, 2020

@anshooarora is there any chance to prioritize this as the same feature was available in Extent Report v2 and v3? It's hugely beneficial to navigate from Category and Exception tab to Test tab and see details of any test. It's kind of missing an already available important feature.

@anshooarora anshooarora added this to the 5.0.x milestone Jun 5, 2020
anshooarora added a commit that referenced this issue Jun 8, 2020
@anshooarora
Copy link
Member

This feature is now available starting version 5.0.0-SNAPSHOT onwards.

anshooarora added a commit that referenced this issue Jun 13, 2020
* initial

* Update Readme.md

* Delete Main.java

* Create BREAKING.md

* Delete ExtentKlovReporter.java

* initial

* Delete BREAKING.md

* fix System/Environment container naming

* add distributionManagement to pom.xml

* Update Readme.md

* closes #173

* closes #153

* closes #152

* Update Readme.md

* Update Readme.md

* Update Readme.md

* Update Readme.md

* OfflineMode

* Update .travis.yml

* closes #168

* bump cdn commit sig

* refactoring

* filter ScenarioOutline from status computation

* synchronize refresh

* fix for null check

* closes #157

* Update TestServiceTest.java

* fix test

* closes #184

* Update spark-config.json

* fixes #185

* remove RETRY status

* remove retry status

* update Readme for loading external configuration

* Update Readme.md

* Update Readme.md

* use jacoco for codecov

* add codecov badge

* add maven-central badge

* add services tests

* add tests: Markup::Table

* use cobertura as jacoco is failing some tests

* adds ability to load both external xml and json config, updates Readme

* Delete RichViewReporterConfig.java

InteractiveReporterConfig replaces RichViewReporterConfig

* #173, #176 refactoring

Combined usage:

ExtentSparkReporter spark = new ExtentSparkReporter("spark.html")
            .filter()
                .statusFilter()
                .as(new Status[] { Status.SKIP, Status.FAIL })
            .apply()
            .viewConfigurer()
                .viewOrder()
                .as(new ViewName[] { ViewName.DASHBOARD })
            .apply();

* add tests: ReportStatsService, SparkReporter
@bijitp
Copy link

bijitp commented Jun 9, 2022

@anshooarora By any chance when will this fix be released to extentreport in .Net? ver5 is yet to be released for .Net.
Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants