Skip to content

Latest commit

History

History
37 lines (21 loc) 路 644 Bytes

File metadata and controls

37 lines (21 loc) 路 644 Bytes

SpeedTestSelenium

An example of Selenium Web Automation.

  • Language: Java
  • Build tool: Maven
  • Framework: TestNG
  • Driver: ChromeDriver 112
  • IDE: IntelliJ IDEA
  • OS: Fedora 37

How to run

cd {repo folder}

mvn clean test

How to generate report

Install Allure

sudo npm i -g allure-commandline

Generate report

cd {repo folder}

allure serve -h localhost allure-results

Report screenshots

TestFailed

TestPassed

NOTE: Don't bother about the IP from the screenshot in screenshots folder. Test was run via VPN. 馃榿