Spent a wet weekend indoors and decided to spin up a testing framework. Here is my top 11.
What’s in it?
Java 8 Maven Spring Application. + Cucumber + Selenium + Restful API Test Automation Framework + Postgres + Spring JPA. This setup included :
- Restful Api call and testing using RestTemplates and a Pojo for modelling the Json.
- BDD with Cucumber for Feature
- Webdriver
- Docker
- Postgres Db
- Spring JPA
- Swagger Api Documentation
- Rest Assured
- Page Object Modelling
- Saucelabs integration
- Tomcat – Standard with Spring
What else should I add in here?