-
Notifications
You must be signed in to change notification settings - Fork 21
Unable to write to html report #67
Comments
Can you also add some code to reproduce this please? |
not able to isolate the scenario to reproduce this. |
I am seeing a similar issue, seems to be happening specifically as I try to implement CefSharp, I've attempted to reduce this to as simple of a setting as I could, but the reality is I'm in over my head. I was mostly just curious what it would look like to use CefSharp.Offscreen inside of Gauge. Here is my working (see: no CefSharp) StepImplementation.cs file:
My console's output when I run Gauge with the above implementation:
And now, here is my not working (see: CefSharp) StepImplementation.cs file:
And the console output from the above implementation:
Honestly it strikes me that there is more than one problem occurring here. If you have any thoughts I'd be interested in hearing them. For the time being I'm continuing to see if I can get to the bottom of this as well though.. Edit: |
Hey @BWBuchanan7 - I was about to suggest that this might be something to do with CefSharp itself, and then I saw your edit. From the comments in the referenced issue, this one from one of the members, stood out for me. Do you think the proposed workaround on the CefSharp comment works for you? |
Hi @sriv I'm currently investigating the usage of CefGlue as I'm not sure what exactly is meant by the suggested usage of RedGate (see this comment).
Having spent a couple hours playing around with CefGlue now I am convinced that CefGlue is not the appropriate solution for what I'm trying to do here. I also looked into another alternative, ChromiumFx and felt similarly. It appears CefSharp is not tremendously far off from a solution to the problem mentioned above as per this pull request and given my current situation I would rather wait out to see if that is in fact the solution. |
The text was updated successfully, but these errors were encountered: