- Feature Description:
I would like to be able to test the integration of my app with my C# plugin (I validate each of them independently, but I still would like to validate the full integration).
Today, the OverwolfPlugin is not usable in unit tests because it depends on overwolf.extensions
.
What I would like to have is a similar way to load and interface with the plugin in my tests.
- impact for my app: [low, mid, high, show-stopper].
low/mid
- What is your current pain point?
I have no way to automatically regress the new developments. This is particularly painful when a new Hearthstone version is released, as it can change the plugin’s output, which means I have to regenerate all my mocks.
- What do you have in mind to solve it?
A test version of OverwolfPlugin
note for stuff: after FR is accepted, add a link to the internal ticket.