feat: yet mo' docs

This commit is contained in:
surtur 2020-06-21 12:32:55 +02:00
parent cef534147e
commit 0aec80acf0
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

65
docs
View File

@ -466,7 +466,7 @@ test set
- date - see test results
- id - 11
- name - log in to an account using email
- name - log in to an account using email (mobile)
- opens the specified webpage, taps on the "burger menu", selects
'Sign In', inputs email and password, taps on 'Sign In' button
- Pre-conditions
@ -480,3 +480,66 @@ test set
- execution time - variable, see test results
- author - ...
- date - see test results
- id - 12
- name - show Milestones page (mobile)
- robot user signs in, taps on the burger menu, selects
'Milestones'
- Pre-conditions
- robotframework + selenium + (emulated) mobile chromium + chromedriver
- expected result - user's 'Milestones' page is shown
- steps:
see test{{tc_id}}.robot
- Post-conditions
- close browser
- execution - automatic (robotframework)
- execution time - variable, see test results
- author - ...
- date - see test results
- id - 13
- name - show Pull Requests page (mobile)
- robot user signs in, taps on the burger menu, selects
'Pull Requests'
- Pre-conditions
- robotframework + selenium + (emulated) mobile chromium + chromedriver
- expected result - user's 'Pull Requests' page is shown
- steps:
see test{{tc_id}}.robot
- Post-conditions
- close browser
- execution - automatic (robotframework)
- execution time - variable, see test results
- author - ...
- date - see test results
- id - 14
- name - show Issues page (mobile)
- robot user signs in, taps on the burger menu, selects 'Issues'
- Pre-conditions
- robotframework + selenium + (emulated) mobile chromium + chromedriver
- expected result - user's 'Issues' page is shown
- steps:
see test{{tc_id}}.robot
- Post-conditions
- close browser
- execution - automatic (robotframework)
- execution time - variable, see test results
- author - ...
- date - see test results
- id - 15
- name - show user profile page (mobile)
- robot user signs in, taps on the burger menu, taps on a dropdown
to have user menu shown, selects 'Profile'
- Pre-conditions
- robotframework + selenium + (emulated) mobile chromium + chromedriver
- expected result - user profile page is shown
- steps:
see test{{tc_id}}.robot
- Post-conditions
- close browser
- execution - automatic (robotframework)
- execution time - variable, see test results
- author - ...
- date - see test results