dooug / bb_profile

my first commerce kickstart site

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A store

Where you can buy something, on the internet. Electronic Commerce.

Test

A test suite lives in tests/. Tests are run using PhantomJS, Behat, Mink Extension, and Drupal Extension.

Change base_url in tests/behat.yml to point at your running test instance.

# install phantomjs
npm install -g phantomjs
# run phantomjs:
phantomjs --webdriver=8643 &
# set up behat/mink
cd tests
curl -s https://getcomposer.org/installer | php
php composer.phar install
./bin/behat --init
./bin/behat -dl
./bin/behat features/

License

Copyright 2014, Thermitic LLC. This software is distributed under the terms of the GNU General Public License.

About

my first commerce kickstart site


Languages

Language:CSS 68.7%Language:PHP 27.5%Language:JavaScript 2.2%Language:Python 0.7%Language:Shell 0.5%Language:Ruby 0.3%