I get the following error when running a project with:
cucumber --format junit --guess --out ./
This is the error:
Checkout
There are issues with your environments LC encodings.
export LANG=en_US.UTF-8
export LC_CTYPE=en_US.UTF-8
export LC_ALL=en_US.UTF-8