Skip to content

Vitafy/Magento-Codeception

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Magento Codeception Tests

Implemented Tests

  • One Page Checkout

Prerequisites

  • Granted HomeBrew and homebrew-php are installed, execute: brew install codeception
  • Selenium: brew install selenium-server-standalone and optionally brew install chromedriver if you want to test with Google Chrome
  • PhantomJS: brew install phantomjs

Running tests

  • Execute selenium-server -p 4444 or phantomjs --webdriver=4444 --ignore-ssl-errors=true in a separate terminal tab
  • Then execute codecept run acceptance --steps

See Running Tests for detailed info

About

A set of Codeception tests for Magento

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%