cypress-woocommerce

0.1.1 • Public • Published

Cypress WooCommerce

Adds WooCommerce support to Cypress.

Installation

npm install -D cypress-woocommerce

Usage

Example:

import {
	CustomerFlow,
	StoreOwnerFlow
} from 'cypress-woocommerce';

describe( 'Cart page', () => {
	before( () => {
		StoreOwnerFlow.login();
		StoreOwnerFlow.openSettings();
		StoreOwnerFlow.logout();
	} );

	it( 'should display no item in the cart', () => {
		CustomerFlow.goToCart()
		cy.contains( '.cart-empty', 'Your cart is currently empty.' )
	} );
} );

Package Sidebar

Install

npm i cypress-woocommerce

Weekly Downloads

1

Version

0.1.1

License

GPL-3.0

Unpacked Size

43.6 kB

Total Files

6

Last publish

Collaborators

  • greys