1.0.0 • Published 2 years ago

@baongoc/cypress-helpers v1.0.0

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
2 years ago

Cypress Helpers

Installation

Install package

npm install @baongoc/cypress-helpers

Usage

Import custom commands in cypress/support/index.js file:

import "@baongoc/cypress-helpers";

Import custom functions:

import {
  stringHelpers,
  numberHelpers,
  formHelpers,
} from "@baongoc/cypress-helpers";
1.0.0

2 years ago