Vlad Mateica
Vlad Mateica
Because of this error using Allure in any Playwright test suite is impossible, all playwright methods are async so you have to call all your test methods using await which...
@neparij do you have an ETA for this ?
@neparij This problem happens even if you have a base class decorated with [AllureNunit] containing only [OneTimeSetup] or a class that's defined as a Setup Fixture. This is problematic because...
Hey guys, is anyone looking into this problem ?
@unickq Are there any plans to address this issue ? This is especially problematic when trying to handle exception thrown by other step methods: Ex: trying to catch a timeout...
@delatrie I'm reproducing this in dotnet 8. Accessing the InnerException property of the TargetInvocationException reveals the actual exception.
@kobylynskyi 1. I agree, ignoring unknown fields did the trick. 2. Reading unknown enums as null did the trick as well. For issue 1 I'm thinking if it would be...