Intellij Musing - Test Automation framework with Selenium Cucumber TestNG Maven Jenkins and GIT
- Pull the project from the scm repository in my case Git
- In IntelliJ File -> New -> Project from existing sources and navigate to the root directory
- Choose Import from external mode - Maven/Eclipse as need be
- Update the pom.xml
- Maven clean run / Generate source and Update Folders
Options to run:
- Right click and run the individual feature file
- Right click and run the TestNG.xml file - To run tests in parallel
- Right click and run the individual cucumber runner file - To run tagged tests
Reports:
- Cucumber pretty format - Index.html
- Cucumber JSON report
- Customized html report
Comments
Post a Comment