Skip to content

angb/gauge-magento-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example Gauge Python Scenario/Rest API Test of Magento

This is an example of using Gauge for testing Magento. Uses Selenium and Magento Rest APIs (to simulate a mobile application)

Prerequisites

  gauge --install python

Magento Test System setup

Use magento in docker as described [here] (https://alankent.me/gsd/introduction-to-docker/)

Or from cmd line run: docker run -d -i -t -p 80:80 -p 3000:3000 -p 3001:3001 -p 2222:22 --name gsd alankent/gsd

Execute tests

Install dependencies

pip install -r requirements.txt

Add Magento host IP to env/default/default.properties

Run Test:

gauge specs

About

An example Python Gauge test for Magento

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages