Open jardilac91 opened 1 year ago
Hi,
I'm having an issue when try to use the allure adapter with screenpy_request, when I try to run the test shows me the error:
TypeError: AllureAdapter.aside() got an unexpected keyword argument 'gravitas'
And it's because the class SendApiRequest do the following
if self.kwargs and not self.secret: aside(f"... along with the following: {self.kwargs}", gravitas=AIRY)
Thanks @jardilac91 for the issue!
This'll be an easy one, i'll get an update pushed out for you soon!
@jardilac91 verion 4.0.4 has been published, can you verify the plugin works properly now?
Hi,
I'm having an issue when try to use the allure adapter with screenpy_request, when I try to run the test shows me the error:
TypeError: AllureAdapter.aside() got an unexpected keyword argument 'gravitas'
And it's because the class SendApiRequest do the following
if self.kwargs and not self.secret: aside(f"... along with the following: {self.kwargs}", gravitas=AIRY)