Return to site

🥒☕POC Cucumber + Java + h2 + Springboot

· java,cucumber,testing,H2,springboot

Have you ever tried to cover a REST API doing transactions with a local database with BDD/Gherkin?

I have done it in this POC:👇👇👇

The principle is:

1) have an app dialing with an H2 database

2) check the testing with Junit

3) cover with BDD/Gherkin/Cucumber

The snippet of the step definitions is just in the pictures below 👇

broken image
broken image

 

broken image