This is a framework which is integrated with Cucumber + Selenium + RestAssured (API) + Allure + TestNg
Integrated with https://sonarcloud.io/ for code smells

How to run
-
Using maven -> mvn clean test -Denv= i.e env = staging | qa | dev | preprod.
Example command : mvn clean test -Denv=staging
-
Run using IDE (Intellij)
a.Run the cucumber feature file / scenario
b.Run the testng.xml file.
Supported Browser Edge and Chrome (can be extended to other browser supported in selenium)