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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: