Open paraplexed opened 8 years ago
I may look into this, but please note that at the moment only Chrome is supported for this plugin.
Thanks!
If you need anything from me (testing something on my end or something) just let me know and I'm happy to help.
I'm getting this fail when running on saucelabs IE 11, windows 10:
For whatever reason the exclude array is not properly excluding this log. Here's what I've tried so far in the exclude array of my config file:
I tried debugging, but I can't seem to figure out what's going on. Any suggestions on how to fix this, or how I would go about debugging this plugin to see why exactly this is getting through the regex match?
I tried debugging by doing this (and several variations of trying to print things out, etc), but nothing seems to work:
I should also note, this error is being generated in the very last step of saucelabs, and not a POST that is being done by my web application, or manually through protractor. But saucelabs appears to force it on each run in the console.
Thanks!