This automation testing using Selenium + jUnit4 + Cucumber
- Copy and paste this command on your terminal
git clone https://github.com/mohrezahidayat/youtube-music-automation.git
- Install editor such: ItelliJ/Eclipse
- Install JDK 17
- Set JAVA_HOME
- Install Maven from terminal for Mac
- Set Maven from advance system for Windows
Follow instruction:
- Open folder automation
- Open terminal
- Copy and paste this command on your terminal
mvn clean test -Dcucumber.features="src/test/resources/features/home.feature"
- If want to generate report add command with space
-Dcucumber.plugin="html:target/cucumber-html-report.html"
If preparation set up correct then you will see report in folder target