You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
CodeceptJS provide a secret() feature making sensible information translated to ***** in reporting
In allure report, that feature is not working and sensible information is displayed
(Use case : Using gherkin/bdd and playwright.)
To Reproduce
Steps to reproduce the behavior:
Create a test making I.fillField("#password", secret("123456")
Run the test
Generate allure report
Check the "arg1" value for the action
the password is displayed in clear text
Expected behavior
Any information sent using secret() should not be displayed in reports
Screenshots
Screenshot label implements secret() but allure report displays clear value for arg1 of action fillField :
Desktop (please complete the following information):
OS: Ubuntu LTS 22
Browser chromium
Version latest
Additional context
Codeceptjs version : 3.0.5
allure-codeceptjs version: 3.0.5
The text was updated successfully, but these errors were encountered:
Describe the bug
CodeceptJS provide a secret() feature making sensible information translated to ***** in reporting
In allure report, that feature is not working and sensible information is displayed
(Use case : Using gherkin/bdd and playwright.)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Any information sent using secret() should not be displayed in reports
Screenshots
Screenshot label implements secret() but allure report displays clear value for arg1 of action fillField :
Desktop (please complete the following information):
Additional context
Codeceptjs version : 3.0.5
allure-codeceptjs version: 3.0.5
The text was updated successfully, but these errors were encountered: