# PHPUnit-selenium-HTMLGallery
**Repository Path**: mirrors_linslin/PHPUnit-selenium-HTMLGallery
## Basic Information
- **Project Name**: PHPUnit-selenium-HTMLGallery
- **Description**: phpUnit - seleniumGallery is an extension to create HTML-Gallery from Selenium Screenshots
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-08-09
- **Last Updated**: 2026-05-16
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# PHPUnit-selenium-HTMLGallery
=======================
## Notice
PHPUnit - php extension to generate a offline HTML-Gallery for selenium Screenshots.
## Features
- Create HTML offline gallery from selenium screenshot folder
- Gallery comes with a Zoom function
## Screenshots

#### overview with menu and detail view

#### comes with zoom function to check pixels ;)

#### selenium also works with hybrid app and ripple
## Tested with
- TeamCity CI 8.XX, Phing 2.6.1 & PHPUnit 1.3.2
## Install & configuration with Phing
1. Checkout https://github.com/linslin/phpunit-seleniumGallery into build/lib/
2. Modify build.xml and ad ad-hoc: (this is on way you can run this script)
```xml
inputDir = 'reports/selenium/screenshots';
$seleniumGallery->baseDir = getcwd().'/lib/seleniumGallery';
$seleniumGallery->generate();
}
}
]]>
```
3. A HTML-Gallery will be created in build/reports/selenium/gallery/
## License
phpunit-seleniumGallery is released under GNU (GPL-3.0) license.