codeceptjs-expect

Expect helper for codeceptjs


Keywords
codeceptjs-expect, expect
License
ISC
Install
npm install codeceptjs-expect@1.0.0

Documentation

"Buy Me A Coffee"

Introduction

This is an expect-wrapper that you can use with CodeceptJS.

Installation

This requires Node.js v16+ to run.

NPM package: https://www.npmjs.com/package/codeceptjs-expect

cd codeceptjs-project
npm i codeceptjs-expect

Configuration

This helper should be added in codecept.conf.ts/codecept.conf.js

Example:

{
    "helpers": {
        "ExpectHelper": {
            "require": "codeceptjs-expect"
        }
    }
}