0

I'm having this problem when I try to run a test in NoraUI, suddenly the build does not detect the last column of the Excel, (result) and displays this on console:

/!\ Mauvais fichier de donnée (IOException, EmptyDataFileContentException ou WrongDataFileFormatException). /!\
com.github.noraui.exception.data.WrongDataFileFormatException: /!\ La dernière colonne du fichier de données doit faire partie de '[Résultat, Result]'. /!\
    at com.github.noraui.data.excel.ExcelDataProvider.initColumns(ExcelDataProvider.java:168)
    at com.github.noraui.data.excel.InputExcelDataProvider.prepare(InputExcelDataProvider.java:39)
    at com.github.noraui.indus.MavenRunCounter.countNbCasFailuresAndSkipped(MavenRunCounter.java:252)
    at com.github.noraui.indus.MavenRunCounter.countNbCasFailuresAndSkipped(MavenRunCounter.java:94)
    at com.github.noraui.indus.MavenRunCounter.count(MavenRunCounter.java:69)

I'm using NORAUI 3.2.0. Yesterday they were working fine and today they do not work at all. Any help will be appreciated.

Roberto Caboni
  • 7,252
  • 10
  • 25
  • 39

1 Answers1

0

Your Excel file is broken. You have modified/deleted the results column. You can recreate a new scenario via the CLI to obtain a correct file.

Stéphane GRILLON
  • 11,140
  • 10
  • 85
  • 154