Skip to content

Automated responsive design testing example using Galen Framework

Notifications You must be signed in to change notification settings

moataznabil/GalenFrameworkDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GalenFrameworkDemo

This Repository for my LinkedIn Article about how to use Galen Framework in Layout and Responsive testing https://www.linkedin.com/pulse/automated-layout-testing-using-galen-framework-moataz-nabil/

Build Status

How to use it

1- Install Galen

npm install -g galenframework-cli

2- check Galen is installed successfully

galen -v

3- Clone the Repository

git clone https://github.com/moataznabil/GalenFrameworkDemo.git

4- Goto the Project folder

cd GalenFrameworkDemo

5- run the galen test command

galen test tests/homepage.test.js --htmlreport reports

6- You will find the reports folder created and you can check the report by open "Report.html"