Allure Report: In Test Body how to avoid request response logs #1446
Unanswered
jaganreddyk
asked this question in
Questions & Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Note: for support questions, please use Stackoverflow or Gitter.
This repository's issues are reserved for feature requests and bug reports.
Our Gitter chat [ENG]: https://gitter.im/allure-framework/allure-core
Our Gitter chat [RU]: https://gitter.im/allure-framework/allure-ru
StackOverflow tag
allure
: https://stackoverflow.com/questions/tagged/allureHi All,
Had integrated allure report through jenkins and i just don't want to add request response in report so that slowness will be reduced. Thanks in advance.
wdio.conf.ts
'allure',
{
outputDir: '/allure-results',
disableWebdriverStepsReporting: false,
disableWebdriverScreenshotsReporting: false,
addConsoleLogs: false,
},
Beta Was this translation helpful? Give feedback.
All reactions