-
Notifications
You must be signed in to change notification settings - Fork 135
Unable to view Author section on dashboard #152
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
Labels
enhancement
New feature or request
Milestone
Comments
Can someone update on this ticket? |
@hbansal32 Author's views are unavailable currently in all community reporters. Raising enhancement to add them conditionally, to maintain the current behavior. |
This feature is now included starting v5.0.0-SNAPSHOT. |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I hav enabled Author's view in config file and report is showing author's view in left navigation list. But author section is not showing in dashboard. PFB screenshot.
I am using the version : 4.0.9
It was mentioned in https://github.com/anshooarora/extentreports-java/pull/850 that, author view will work same as category view.
Can you suggest what I am missing?
@Test(groups = {"t: smoke","a: himanshu"}) public void AdminTest() { Assertion.sAssertTrue(true, "detail 4"); }
The text was updated successfully, but these errors were encountered: