Skip to content

Latest commit

 

History

History

ripple-test-utils

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Ripple test utils

A package providing testing utils for Ripple sites.

Installation

To use this package in your Nuxt project first install it with npm

npm install @dpc-sdp/ripple-test-utils

Usage

This package provides common step definitions for testing Ripple sites and components with Cypress.

To use the step definitions in your Cypress tests, import the package in your step definitions i.e support/step_definitions/index.ts

import '@dpc-sdp/ripple-test-utils/step_definitions'