0
I need to perform my tests, but there are some errors in the code, but Cucumber is not showing the error, it only brings the error :`
incompatible encoding regexp match (Windows-1252 regexp with UTF-8 string) (Encoding::CompatibilityError)
Failing Scenarios: Cucumber -p html_report -p Chrome Features/specs/solic_new_establishment.Feature:13
But the error is not on line 13 and is already specified # encoding: UTF-8
at .feature. I don’t know what else to do.