Had a case where setting the output from cucumber to UTF-8 was causing donut to fail (we were testing against special characters). For now we managed to solve this error by setting Java's default file encoding in the JAVATOOL_OPTIONS variable to use UTF-8, but it would be useful if it was also a parameter that could be passed in.
Had a case where setting the output from cucumber to UTF-8 was causing donut to fail (we were testing against special characters). For now we managed to solve this error by setting Java's default file encoding in the JAVATOOL_OPTIONS variable to use UTF-8, but it would be useful if it was also a parameter that could be passed in.