Typeerror Err_unescaped_characters On Testing Vue Project Using Nightwatch
I have a problem trying to setup my Nightwatch environment with Vue CLI. At this point, I just want to make it work with Chrome (we'll see for Firefox soon) but when I run a simple
Solution 1:
Following the link of Estus Flask solved my problem:
Simply add this lines in the default configuration
"chromeOptions":{"w3c":false}
Post a Comment for "Typeerror Err_unescaped_characters On Testing Vue Project Using Nightwatch"