Skip to content

robininrola/Qualitest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inroduction

This repo contains all the Selenium (automation) test cases for Angular WebApp. We are using test framework.

Development

Drivers

Drivers are already checked in drivers directory but in case you need to download the driver you can download it from here.

Mac

You need to follow these insturctions to run the automation test case on Mac machine.

Issues

On mac you can run into this error: "chromedriver canot be opened beause the developer cannot be verfied"

Mac issue

run the following command and then

xattr -d com.apple.quarantine drivers/mac/chromedriver

Test Execution

Once your environment is setup run the following command on console.

mvn test

Style Check

It is important to keep the code style consistent hence we have enabled pmd, & Check style. It is also important to run the style check before you push code changes and ensure that it is not complaining about any code changes. You need to run the following command to run the style check.

mvn pmd:check

mvn checkstyle:check

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published