-
-
Notifications
You must be signed in to change notification settings - Fork 728
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not able to mask the payload and header with secret() method for REST and setCookie so that they are displayed in Allure report #4622
Not able to mask the payload and header with secret() method for REST and setCookie so that they are displayed in Allure report #4622
Comments
@kobenguyent could you please have a look? |
hey @AugustineAutoGit per my knowledge, that thing shall be resolved by allure plugin quickly. Not sure if this shall be handled by codeceptjs, as those test files are generated by allure plugin. |
hi @kobenguyent |
I could be wrong, but I think that, the proper way is that codeceptjs exposes the Step info as it is, the logs, plugins, etc shall mask the sensitive data as they desire. what do you think @DavertMik @AugustineAutoGit ? |
@kobenguyent |
@kobenguyent meanwhile do you have any boilerplate example repository which have used CodeceptJS with Feature files(Gherkin) and Playwright along with Allure report: allure-codeceptjs not the legacy: @codeceptjs/allure-legacy |
+100 to this request. The |
@gkushang |
What are you trying to achieve?
Need to mask the payload and Headers in REST and setCookie that may contain sensitive information
What do you get instead?
Not able to mask the payload and header with secret() method. Hence the value is shown in Allure report.
The text was updated successfully, but these errors were encountered: