Skip to content

pixelhed/Xtest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Xtest

Simple Magento Testing Framework - still working on it. Do not use :-)

Unit-Test

Database

  • Will run on your current database
  • All changes to databases runs in a transaction, nothing may change except of MyISAM-Tables

Fixtures

TODO: Add some stuff here

Mocking

TODO: Add some stuff here

Testing controller actions and layout-xml-stuff

TODO: Add some stuff here

Testing Observer

Testing helper

Selenium Tests

Database

  • Will run on your current database
  • Would change database, tests have to cleanup database itself! (or don't care about it)

Using Selenium

You have to start Selenium first. We provide all required files in app/tests/selenium. Just run start.sh to start it.

Using Page-Objects

TODO: Add some stuff here

Testing Frontend

TODO: Add some stuff here

About

Magento Testing Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published