1.0.3 • Published 2 years ago

codeceptjs-expect v1.0.3

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

"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"
        }
    }
}
1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago