allure-framework / allure-js-commons

Deprecated, use https://github.com/allure-framework/allure-js instead
Other
27 stars 40 forks source link

Closes allure-framework/allure-js-commons/issues/22 #23

Closed jaysirju closed 7 years ago

just-boris commented 7 years ago

Your solution is not how it should be solved. We already have a default Date.now when step.end is called. While you are trying to fix some webdriver.io issue you may break some other test framework plugins.

Let's keep more conversation in your issue first.

jaysirju commented 7 years ago

I replied back to my issue. There are cases where step.end is not called. We simply should have a guard against that while those root issues are investigated and fixed.