Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 552 Bytes

File metadata and controls

21 lines (13 loc) · 552 Bytes

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'