Allure CodeceptJS configuration

To specify the directory where Allure Mocha will save the test results, set the outputDir option for the Allure plugin in your codecept.conf.js file. If not set, the allure-results directory is used.

JavaScript
exports.config = { tests: "tests/**.test.js", plugins: { allure: { enabled: true, require: "allure-codeceptjs", outputDir: "output/allure-results", }, }, };
Powered by
logo

Join our newsletter

Join our community

We aim to make Allure Report as reliable and user-friendly as possible, and together with the community, we're here to help when problems arise.

© 2024 Qameta Software Inc. All rights reserved.