https://github.com/macopedia/menta_magentosampleproject
type
https://github.com/macopedia/menta_magentosampleproject
Last synced: 9 months ago
JSON representation
type
- Host: GitHub
- URL: https://github.com/macopedia/menta_magentosampleproject
- Owner: macopedia
- Created: 2014-03-30T10:46:33.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-11-26T15:36:28.000Z (over 11 years ago)
- Last Synced: 2025-08-28T17:06:14.387Z (10 months ago)
- Language: PHP
- Homepage:
- Size: 434 KB
- Stars: 1
- Watchers: 13
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Menta Magento Sample Project
All tests should work in demo magento 1.8 with sample data (default magento design package)
## Getting started
# Install magento with sample data. Default currency "US$"
http://www.magentocommerce.com/wiki/1_-_installation_and_configuration/installing_magento_via_shell_ssh
# Create admin, frontend and soap user.
# Change settings in conf/defaults.xml or create a new configuration file
git clone https://github.com/macopedia/Menta_MagentoSampleProject.git Menta_MagentoSampleProject
cd Menta_MagentoSampleProject
./composer.phar install
# Creating directory for HTML reports
cd Tests
mkdir -p ../build/reports
# download selenium server - selenium-server-standalone-.jar
http://docs.seleniumhq.org/download/
# run selenium server
java -jar selenium-server-standalone-.jar
# run single test
../bin/phpunit --configuration=../conf/defaults.xml General/ScreenshotsTest.php
# run all tests
../bin/phpunit --configuration=../conf/defaults.xml ../vendor/aoemedia/menta/lib/Menta/Util/CreateTestSuite.php