We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, we are running secure-viewer tests by enabling secure-viewer role using GRAPH_AVAILABLE_ROLES in the drone config.
GRAPH_AVAILABLE_ROLES
ocis/.drone.star
Line 2091 in 1fe133d
We have a step to enable the role: Given the administrator has enabled the permissions role "Space viewer"
Given the administrator has enabled the permissions role "Space viewer"
So, let's run the other tests with default enabled roles (without setting GRAPH_AVAILABLE_ROLES) and use the above step for secure-viewer role tests.
Todo:
@env-config
Given the administrator has enabled the permissions role "Secure viewer"
Secure viewer
Secure Viewer
The text was updated successfully, but these errors were encountered:
nirajacharya2
Successfully merging a pull request may close this issue.
Currently, we are running secure-viewer tests by enabling secure-viewer role using
GRAPH_AVAILABLE_ROLES
in the drone config.ocis/.drone.star
Line 2091 in 1fe133d
We have a step to enable the role:
Given the administrator has enabled the permissions role "Space viewer"
So, let's run the other tests with default enabled roles (without setting
GRAPH_AVAILABLE_ROLES
) and use the above step for secure-viewer role tests.Todo:
GRAPH_AVAILABLE_ROLES
@env-config
and stepGiven the administrator has enabled the permissions role "Secure viewer"
Secure viewer
toSecure Viewer
(for consistency)The text was updated successfully, but these errors were encountered: