magium / magium
A browser/functional testing suite using Web Driver. Contains low-ish level functionality to quickly build browser/functional tests.
Installs: 6 551
Dependents: 11
Suggesters: 1
Security: 0
Stars: 29
Watchers: 4
Forks: 5
Open Issues: 1
Requires
- facebook/webdriver: ^1.1.1
- phpunit/phpunit: ^5|^6
- symfony/console: ^2|^3
- zendframework/zend-cache: ^2.5.3
- zendframework/zend-config: 2.6.0
- zendframework/zend-di: ^2.5.1
- zendframework/zend-i18n: ^2.5.1
- zendframework/zend-json: ^2.6.1
- zendframework/zend-log: ^2.6.0
- dev-master
- 1.2.1
- 1.2.0
- 1.1.14
- 1.1.13
- 1.1.12
- 1.1.11
- 1.1.10
- 1.1.9
- 1.1.8
- 1.1.7
- 1.1.6
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.0
- 0.9.9
- 0.9.8
- 0.9.7
- 0.9.6
- 0.9.5
- 0.9.4
- 0.9.3
- 0.9.2
- 0.9.1
- 0.9.0
- 0.8.9
- 0.8.8
- 0.8.7
- 0.8.6
- 0.8.5
- 0.8.4
- 0.8.3
- 0.8.2
- 0.8.1
- 0.8.0
- 0.7.3
- 0.7.2
- 0.7.1
- 0.6.24
- 0.6.23
- 0.6.22
- 0.6.21
- 0.6.20
- 0.6.19
- 0.6.18
- 0.6.17
- 0.6.16
- 0.6.15
- 0.6.14
- 0.6.13
- 0.6.12
- 0.6.11
- 0.6.10
- 0.6.9
- 0.6.8
- 0.6.7
- 0.6.6
- 0.6.5
- 0.6.1
- 0.6.0
- 0.5.2
- 0.5.1
- 0.5
- dev-scrutinizer-patch-1
- dev-develop
This package is not auto-updated.
Last update: 2024-11-19 19:42:54 UTC
README
Magium
A PHPUnit/Webdriver (Selenium (there for SEO)) based test framework for streamlining browser testing. It basically boils down to building out reusable Web Driver commands for web applications (currently Magento) allowing you to bypass much of the boilerplate code that browser/functional testing may require.
The goal for Magium is to make it really easy for automating the testing of user stories, focusing on ease of use, re-usability, and extensibility.