-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGit_HW_2.txt
77 lines (61 loc) · 1.92 KB
/
Git_HW_2.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
На локальном репозитории сделать ветки для:
- Postman
- Jmeter
- CheckLists
- Bug Reports
- SQL
- Charles
- Mobile testing
git branche Postman
git branch Jmeter
git branch CheckLists
git branch Bug_Reports
git branch SQL
git branch Charles
git branch Mobile_testing
Запушить все ветки на внешний репозиторий
git push origin Postman
git push origin Jmeter
git push origin CheckLists
git push origin Bug_Reports
git push origin SQL
git push origin Charles
git push origin Mobile_testing
В ветке Bag Reports сделать текстовый документ со структурой баг репорта
git checkout Bug_Reports
cat >
ID: 1
Title: The application does not have a "Privacy Policy" section
Precondition: Application is installed
Steps: 1.Launch app
2.Tap "About the app" section
A.R.: "Privacy Policy" section is not present
E.R.: "Privacy Policy" section is present
Attachment: LINK
Author: @yKovalevy
Enviroment: Xiaomi Redmi note 10 pro OC: Android 12
ctrl+c
Запушить структуру багрепорта на внешний репозиторий
git add .
git commit -m HW
git push origin Bug_Reports
Вмержить ветку Bag Reports в Main
git checkout main
git merge Bug_Reports
Запушить main на внешний репозиторий
git push
В ветке CheckLists набросать структуру чек листа
git checkout CheckLists
cat > checklist.txt
ID: 2
Title: Installing ****** app
ER: **** app is installed
Result: Passed
Bug links: null
ctrl+c
Запушить структуру на внешний репозиторий
git add .
git commit -m HW
git push origin CheckLists
На внешнем репозитории сделать Pull Request ветки CheckLists в main
Синхронизировать Внешнюю и Локальную ветки Main