feat: manual test08-test14 [WIP]
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2020-07-06 02:42:49 +02:00
parent efe36d24d1
commit 284d9bdac7
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

91
docs
View File

@ -740,3 +740,94 @@ test set
- close browser
- execution - manual
- execution time - variable
- id - 08
- name - add webhook
-
- Pre-conditions
- user registered (automated test09)
- user is logged in
- user has a write access to the repo
- expected result - webhook is added
- Post-conditions
- close browser
- execution - manual
- execution time - variable
- id - 09
- name - set protected branch
-
- Pre-conditions
- user registered (automated test09)
- user is logged in
- user has a write access to the repo
- expected result - branch protection is set up
- Post-conditions
- close browser
- execution - manual
- execution time - variable
- id - 10
- name - add deploy key
-
- Pre-conditions
- user registered (automated test09)
- user is logged in
- user has a write access to the repo
- expected result - deploy key is added
- Post-conditions
- close browser
- execution - manual
- execution time - variable
- id - 11
- name - add a pre-receive git hook
-
- Pre-conditions
- user registered (automated test09)
- user is logged in
- user has a write access to the repo
- expected result - pre-receive git hook is added
- Post-conditions
- close browser
- execution - manual
- execution time - variable
- id - 12
- name - set repo as private
-
- Pre-conditions
- user registered (automated test09)
- user is logged in
- user has a write access to the repo
- expected result - repository is not visible to anyone beyond the owner and collaborators
- Post-conditions
- close browser
- execution - manual
- execution time - variable
- id - 13
- name - enable repo external issue tracker
-
- Pre-conditions
- user registered (automated test09)
- user is logged in
- user has a write access to the repo
- expected result - issue links route to external issue tracker seamlessly
- Post-conditions
- close browser
- execution - manual
- execution time - variable
- id - 14
- name - disable repo wiki
-
- Pre-conditions
- user registered (automated test09)
- user is logged in
- user has a write access to the repo
- expected result - repo wiki is disabled (not shown)
- Post-conditions
- close browser
- execution - manual
- execution time - variable