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