Skip to content

EricMarceloCS/MasterSeleniumFramework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 

Repository files navigation

MasterSeleniumFramework

Omprakash Chavan's Udemy Course

Selenium Java Test Framework & Best Practices - Masterclass

My Build:

  • IntelliJ IDEA Community Edition
  • Java jdk-17
  • Maven
  • Selenium
  • TestNG
  • JUnit Jupiter
  • Allure Test Reports

Allure Reports:

WARNING: DO NOT ADD YOUR PERSONAL INFORMATION TO THE PRACTICE WEBSITES

Practice Websites:

Running Tests

Maven:

  • navigate to project folder in terminal
  • run : mvn clean test

TestNG

  • right click on testng.xml
  • run testng.xml

JUnit Jupiter

(Does Not Support Parallel Execution)

  • open MyFirstJUnitTestCase.java
  • run class as JUnit test
  • run method as JUnit test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages