Problem with #language: pt in Gherkin - Eclipse Photon

0

Everyone, how are you?

Next, I'm trying to write a .feature in Portuguese but the recommended #language: pt did not work, which I have done so far:

1 - I saw on the net that version 3.0 of Gherkin.jar resolved, I downloaded but gave an error "Exception in thread" main "java.lang.NoClassDefFoundError: gherkin / formatter / Formatter" and to fix this the only solution is the downgrade to version 2.12 that I am using but I still can not write the file in Portuguese.

2 - I downloaded Gherkin 5, more current but gave the same error as I said earlier rs

The configuration I'm using in Eclipse Photon

  • Gherkin Natural Editor Version of the required libraries
  • JUnit 4
  • coverage-2.1.1
  • cucumber-core-1.2.5
  • cucumber-java-1.2.5
  • cucumber-junit-1.2.5
  • cucumber-jvm-deps-1.0.5
  • cucumber-reporting-3.10.0
  • gherkin-2.12.2
  • mockito-all-2.0.2-beta
asked by anonymous 04.08.2018 / 17:34

0 answers