You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems like we start test in main thread and then fork new one for test leading to losing of allure's f*cking thread locals...
Currently planned solution: rewrite whole allure to support external passing of ids, rewrite allure to support custom flow-bound storages based on some id, try to start test in same thread where allure will be used
The text was updated successfully, but these errors were encountered:
Seems like we start test in main thread and then fork new one for test leading to losing of allure's f*cking thread locals...
Currently planned solution:
rewrite whole allure to support external passing of ids,rewrite allure to support custom flow-bound storages based on some id, try to start test in same thread where allure will be usedThe text was updated successfully, but these errors were encountered: