Automated Testing Youtube Music Web

This automation testing using Selenium + jUnit4 + Cucumber

Preparation Set Up

  1. Copy and paste this command on your terminal

    git clone https://github.com/mohrezahidayat/youtube-music-automation.git

  2. Install editor such: ItelliJ/Eclipse
  3. Install JDK 17
  4. Set JAVA_HOME
  5. Install Maven from terminal for Mac
  6. Set Maven from advance system for Windows

How To Run Test

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

Click to expand Screenshot 2022-11-14 at 21 21 30