codeceptjs-chai
Version:
CodeceptJS helper for chai library
22 lines (21 loc) • 374 B
JavaScript
exports.config = {
tests: './**/*.tests.js',
helpers: {
REST: {
endpoint: 'https://reqres.in',
},
ChaiWrapper: {
require: '../index',
},
},
include: {},
bootstrap: null,
mocha: {},
name: 'codeceptjs-chai',
plugins: {
allure: {
outputDir: 'report',
enabled: true,
}
}
};