hal / berg

HAL test suite based on Cypress
https://hal.github.io/berg/
Apache License 2.0
1 stars 12 forks source link

Add security manager subsystem tests coverage #94

Closed zhantemirov closed 1 year ago

zhantemirov commented 1 year ago

Jira: EAPQE-83 Berg issue: #9

Security Manager subsystem page contains "minimum permissions" and "maximum permissions" vertical navigation items, expecting two spec files to be created.

Resources to cover (from /subsystem=securitymanager:read-resource(recursive=true)):

OndrejKotek commented 1 year ago

@zhantemirov Could you add also other tests implemented in hal/testsuite.next please? See https://github.com/hal/testsuite.next/blob/master/tests-configuration-securitymanager/src/test/java/org/jboss/hal/testsuite/test/configuration/security_manager/SecurityManagerTest.java

zhantemirov commented 1 year ago

@OndrejKotek sure, didn't know about that. I'll come back with more tests later.