Expect helper for codeceptjs
npm install codeceptjs-expect
This is an expect-wrapper that you can use with CodeceptJS.
This requires Node.js v16+ to run.
NPM package: https://www.npmjs.com/package/codeceptjs-expect
``sh`
cd codeceptjs-project
npm i codeceptjs-expect
This helper should be added in codecept.conf.ts/codecept.conf.js
Example:
`json``
{
"helpers": {
"ExpectHelper": {
"require": "codeceptjs-expect"
}
}
}