forceedge01 / behat-fail-aid

Get more out of your test suite by getting it to work with you when tests fail. Works with Goutte and MinkExtension (Selenium2Driver)
MIT License
28 stars 6 forks source link

If js error tracking is enabled, throw error if vars are undefined #39

Closed forceedge01 closed 4 years ago

forceedge01 commented 4 years ago

What is the issue? JS error tracking silently fails if the variables to capture errors aren't setup.

What should have happened? It should throw an exception if the variable is undefined letting the user know that something has gone wrong in the enabling of the feature.

forceedge01 commented 4 years ago

Done