ScreenPyHQ / screenpy_adapter_allure

An adapter for the microphone of ScreenPy's Narrator which sends logs to Allure.
MIT License
1 stars 2 forks source link

Error allure adapter with screenpy_request #9

Open jardilac91 opened 1 year ago

jardilac91 commented 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)

perrygoy commented 1 year ago

Thanks @jardilac91 for the issue!

This'll be an easy one, i'll get an update pushed out for you soon!

perrygoy commented 1 year ago

@jardilac91 verion 4.0.4 has been published, can you verify the plugin works properly now?