Skip to content

Build a layout test of a website, in order to check the responsiveness of the website using Galen Framework.

Notifications You must be signed in to change notification settings

aluzardo/layout-responsive-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Layout Responsive Testing Study using Galen Framework

This repo could be used to understand how the Galen Framework could be used to test a responsive website based on http://mindengine.net/post/2014-01-07-layout-testing-for-responsive-websites-with-selenium.-doing-it-properly and http://galenframework.com/docs/tutorial-first-project/.

This repo contains tests. The goal is to run automated tests and have a final report.

All documentation about Galen can be found on http://galenframework.com

Running Tests

To run the tests use this command.

galen test test-example.test -DwebsiteUrl="http://samples.galenframework.com/tutorial1/tutorial1.html" --htmlreport ../reports
```

Galen generates a lot of stuff but just open the "report.html" file to access to the final report result.

### More info
[Galen Framework install](http://galenframework.com/docs/getting-started-install-galen/)

About

Build a layout test of a website, in order to check the responsiveness of the website using Galen Framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published