Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

A e-commerce test suite for all Mundipagg e-commerce modules

Notifications You must be signed in to change notification settings

mundipagg/ecommerce-test-package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ecommerce test package

An e-commerce test suite for all Mundipagg e-commerce modules

Modules

Depedencies

How to use

Run chrome unstable server

google-chrome-unstable --no-sandbox --remote-debugging-address=127.0.0.1 --remote-debugging-port=9222

Run behat selecting module's name

vendor/bin/behat --profile magento2

Installing chrome unstable

wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - && \ echo 'deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main' | tee /etc/apt/sources.list.d/google-chrome.list && \ apt-get -y update && apt-get -y install google-chrome-unstable