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

Add support "ENC()" expression for story level #4596

Closed
DKalkaev opened this issue Nov 23, 2023 · 0 comments · Fixed by #4610
Closed

Add support "ENC()" expression for story level #4596

DKalkaev opened this issue Nov 23, 2023 · 0 comments · Fixed by #4610
Labels
feature New feature or request
Milestone

Comments

@DKalkaev
Copy link

As Vividus user I would like to use "ENC()" expression on story level to use encrypted values.

For the current moment I could use "ENC()" expression only for properties like this
http.auth.password=ENC(encrypted_property_value)

I would like to use ENC() expression in steps like in following way:
Given I initialize scopes variable variableName with value #{ENC(encrypted_property_value)}
Mentioned syntax aligned to using Vividus expressions.

For actual moment ENC() expression cannot be used on story level
Screenshot of allure report
image

@DKalkaev DKalkaev added the feature New feature or request label Nov 23, 2023
@valfirst valfirst added this to the 0.6.4 milestone Nov 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants