allure-framework / allure-js

Allure integrations for JavaScript test frameworks
https://allurereport.org/
Apache License 2.0
217 stars 112 forks source link

fix test timings #1051

Closed baev closed 4 days ago

baev commented 4 days ago

Context

The pull request introduces the possibility to specify duration instead of stop timestamp for all stop method in ReporterRuntime.

Also it fixes timings in jest, vitest and cucumberjs

Checklist