getgauge / gauge-java

Java runner for Gauge
https://gauge.org
Apache License 2.0
91 stars 47 forks source link

error while marshaling: string field contains invalid UTF-8 #678

Closed xwinie closed 3 weeks ago

xwinie commented 2 years ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps (or project) to reproduce the behavior:

  1. Initialise a gauge project
  2. Use the following piece of code
  3. Run the gauge command
  4. See error
$ gauge init java
$ gauge run specs

Logs

Paste any log or error messages here

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Versions:

gauge -v

image

Additional context Add any other context about the problem here.

sriv commented 2 years ago

looks like there is an issue reading the csv file.