Skip to content

PracticalEdges/selenium_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Selenium Demo

What is being used here?

As usual, it is a java project so the dependencies are listed below

1. JAVA

2. Maven

3. TestNG

How to run?

Run everything (not recommended)

mvn test

Run single test method

mvn -Dtest=className#testMethodName test

Run single class

mvn -Dtest=className test

View Reports

Please view html in target folder

dir/selenium_demo/target/surefire-reports/index.html#

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •  

Languages