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/
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”