Skip to content
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

Добавить возможность маскировать параметры #83

Open
KolesnikDmitriy opened this issue Nov 12, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@KolesnikDmitriy
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
Добавить аннотацию для сокрытия чувствительных данных для вложений и отчетов. Под чувствительными данным понимаются пароли, токены, SSL сертификаты и т.д,

Describe the solution you'd like
В задаче allure-framework/allure2#392 была реализована такая возможность в allure-framework. Параметр принимает третий необязательный параметр со скртыми и Исключенными опциями: mode: "hidden" | "masked" - masked скрывает значение параметра, что бы защитить чувствительные данные, и hidden полностью скрывает параметр из отчета

Describe alternatives you've considered
https://www.npmjs.com/package/allure-playwright#parameters-usage

Additional context
В результате должно появиться 2 теста в https://github.com/ozontech/allure-go/blob/master/examples/suite_demo/parameters_test.go

@KolesnikDmitriy KolesnikDmitriy added enhancement New feature or request help wanted Extra attention is needed labels Nov 12, 2023
@KolesnikDmitriy KolesnikDmitriy self-assigned this Nov 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant