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

jgiven-html-app: get rid of durationInNanos condition #757

Open
jasperroelofsen opened this issue Nov 10, 2021 · 1 comment
Open

jgiven-html-app: get rid of durationInNanos condition #757

jasperroelofsen opened this issue Nov 10, 2021 · 1 comment

Comments

@jasperroelofsen
Copy link

In the html app, there is a condition for showing the duration of a step:

<span ng-if="step.durationInNanos > 10000000"
        class="duration"> ({{ ::nanosToReadableUnit(step.durationInNanos) }})</span>

Would be nice if we could get rid of this condition to show the duration of all steps (even if they are very fast).
For example by setting an option in the jenkins plugin.

@l-1squared
Copy link
Collaborator

Hi @jasperroelofsen,
I will put it on the list. However, we currently only have limited control over the html app so implementing this might take a little while.

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

No branches or pull requests

2 participants