Skip to content
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

Indentation is not proper. #236

Closed
nisargdave1993 opened this issue Aug 13, 2020 · 3 comments
Closed

Indentation is not proper. #236

nisargdave1993 opened this issue Aug 13, 2020 · 3 comments
Labels
bug Something isn't working

Comments

@nisargdave1993
Copy link

  1. Parent Extent Test Name is going out of the window
  2. #test-id=1 is appearing
  3. start-end time & group tags are overlapping

image

  1. Child Extent Test group tags are touching the box end line. not visually correct.

image

Attaching images

@anshooarora anshooarora added the bug Something isn't working label Aug 13, 2020
anshooarora added a commit that referenced this issue Aug 13, 2020
@anshooarora
Copy link
Member

  1. Fixed
  2. Anchors, see here: https://github.com/extent-framework/extentreports-java/wiki/ExtentSparkReporter#anchors
  3. Fixed
  4. Fixed

Changes available from:

<dependency>
  <groupId>com.aventstack</groupId>
  <artifactId>extentreports</artifactId>
  <version>5.0.4-SNAPSHOT</version>
</dependency>

anshooarora added a commit that referenced this issue Aug 13, 2020
@nisargdave1993
Copy link
Author

@anshooarora: is 5.0.4-SNAPSHOT released ? I am not able to download this dependency.

For Anchors: I see they are not clickable ? Am I missing anything here ?

anshooarora added a commit that referenced this issue Aug 14, 2020
@anshooarora
Copy link
Member

anshooarora commented Aug 14, 2020

You may need to enable download of SNAPSHOT releases from maven/conf/settings.xml as shown https://stackoverflow.com/a/7717234/4533615

Making anchors clickable is a good idea, these are to be copied only at present and manually appended at the end of the URL. (complete #240)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants