You can run project with tests with multiple ways
- "mvn clean test" CMD (command line)
- Test Runner inside project (right click and run with testng test)
- testng file inside project (right click and run with testng test)
- pom.xml file inside project (right click and run with testng test)
- Cucumber PDF Report in folder " test output".
- Html Extent Report in folder "test-output" in SparkReport folder
This report includes screenshot in case the failure of step