allure-java icon indicating copy to clipboard operation
allure-java copied to clipboard

Allow to modify test-step's stop time after it's stopped by void stopStep()

Open skif443 opened this issue 4 years ago • 0 comments

Problem Our testing framework accumulates tests results during execution and then reports them in multiple ways (including Allure). Right now it's impossible to modify stop time of particular test step because void stopStep() method removes test-step's uuid after execution (storage.remove(uuid);).

To discuss Is it possible to stop removing test-step's uuid from storage after stopStep() execution or make this removal parameter-dependent?

skif443 avatar Mar 30 '21 19:03 skif443