Skip to content

manojkumarthakur/PlaywrightJava

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Playwright project using java

mvn clean test

cleans previous build results compiles and runs all @Test classes in src/test/java for running the full suite

mvn -Dtest=LoginTest test

run a Specific Test Class LoginTest = class name (no .java) runs only LoginTest.java

mvn -Dtest=LoginTest#loginTest test

run Specific Method in a Test Class Format: ClassName#methodName

mvn clean test -DsuiteXmlFile=testng.xml

run Tests using testng.xml Good for running test groups, parallel tests, etc.


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages