allure-framework/allure-csharp

Class Cleanup method ClaimsDocumentforPolicyFeature.FeatureTearDown Failed

javed0211 opened this issue · 0 comments

Describe the Bug

During the execution of the cleanup method ClaimsDocumentforPolicyFeature.FeatureTearDown, an error occurred indicating a KeyNotFoundException. The error message states that the given key 'Allure.Net.Commons.AllureContext' was not present in the dictionary. This issue arises from the inability to locate the specified key within the dictionary, leading to the failure of the cleanup method.

Steps to Reproduce

Execute the Any feature.
Observe the execution of the cleanup method ClaimsDocumentforPolicyFeature.FeatureTearDown.
Encounter the KeyNotFoundException error as described above.

Expected Behaviour

The cleanup method ClaimsDocumentforPolicyFeature.FeatureTearDown should execute without errors and successfully complete its intended tasks.

Screenshots or Additional Context

No response

What Language are you using?

C#

What Framework/Allure Integration you are using?

Allure csharp

What version of Allure Integration you are using?

2.27.0

What version of Allure Report you are using?

2.11.0

Code of Conduct

  • I agree to follow this project's Code of Conduct