marcoantoniobferreira commented on a change in pull request #585: TOMEE-2700-Translate to portuguese - Cucumber-jvm URL: https://github.com/apache/tomee/pull/585#discussion_r334729048
########## File path: examples/cucumber-jvm/README_pt.adoc ########## @@ -0,0 +1,187 @@ += Cucumber JVM +:index-group: Testing Techniques +:jbake-type: page +:jbake-status: published + + +== Sobre Cucumber +Cucumber é uma ferramenta que ativa suporte para link:https://en.wikipedia.org/wiki/Behavior-driven_development[Behaviour-Driven Development (BDD)] pela execução de * cenários * escritos em texto sem formatação e valida que o software faz o que esses cenários dizem. O formato usado para descrever os cenários é o link:https://docs.cucumber.io/gherkin/reference/[sintaxe do gherkin]. Review comment: "e valida que o software faz" i think that the better is "e valida se o software faz" ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
