Skip to content

PranathiB/Galen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Galen

This project uses Galen Framework for UI Automation with Galen version 2.0.7

#####Installing Galen:

Download and install galen from the following link

http://galenframework.com/download/

#####Verify the installation using the following command

galen -v

#####To run the test, use the following command

galen test NameOfTheTestFile --htmlreport ReportFolderPath

Example:

galen test GalenDemo.test --htmlreport html-report

#####To run the spec file alone, use the following command

galen check NameofTheSpecFile --url URLOfTheWebsite --size ResolutionOfScreen --include RelevantTags --htmlreport ReportFolderPath

Example:

galen check GalenDemo.spec --url http://www.pranathib.com --size 1240x1080 --include "desktop" --htmlreport html-report

About

Trying out Galen Framework for UI Automation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published