A package providing testing utils for Ripple sites.
To use this package in your Nuxt project first install it with npm
npm install @dpc-sdp/ripple-test-utils
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'