-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.py
226 lines (226 loc) · 9.33 KB
/
data.py
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
PROJECTS = {
'aqa_topics': {
'tech_name': 'aqa_topics',
'index': 1,
'title': 'AQA Topics',
'desc': 'Pet project to share knowledges between AQA engineers.\n Basically, it\'s a storage for the interesting topics for the QA Automation engineers',
'git_link': 'https://github.com/Goraved/AQA_topics',
'site_link': ['https://aqa-topics.vercel.app/'],
'images': [
{'name': 'aqa_topics_02.png', 'desc': 'Search page'},
{'name': 'aqa_topics_03.png', 'desc': 'Admin page'}
]
},
'qa_skills': {
'tech_name': 'qa_skills',
'index': 2,
'title': 'QA Skills',
'desc': 'Pet project to gather all vacancies from Dou.ua, analyze them and make statistics by skills.\n\n --> Need to migrate from heroku to another free cloud...',
'git_link': 'https://github.com/Goraved/qa_skills',
'site_link': ['https://qa-skills.herokuapp.com/'],
'images': [
{'name': 'qa_skills_02.png', 'desc': 'Statistic by day'},
{'name': 'qa_skills_03.png', 'desc': 'Statistic by skill'}
]
},
'sbt': {
'tech_name': 'sbt',
'index': 3,
'title': 'SBT rehearsals',
'desc': 'Just a site for manage rehearsals schedule of band SBT.\n\n --> Need to migrate from heroku to another free cloud...',
'git_link': 'https://github.com/Goraved/dodiki',
'site_link': ['https://dodiki.herokuapp.com/'],
'images': [
{'name': 'sbt_02.png', 'desc': 'Rehearsals list'},
{'name': 'sbt_03.png', 'desc': 'Reschedule'}
]
},
'qa_skills_bot': {
'tech_name': 'qa_skills_bot',
'index': 4,
'title': 'QA Skills Bot',
'desc': 'Telegram qa_skills_bot for the QA Skills project',
'git_link': 'https://github.com/Goraved/qa_skills_bot',
'site_link': ['https://t.me/qa_skills_bot'],
'images': [
{'name': 'qa_skills_bot_02.png', 'desc': 'Language comparisons'},
{'name': 'qa_skills_bot_03.png', 'desc': 'Statistic by today'}
]
},
'typhon_web': {
'tech_name': 'typhon_web',
'index': 5,
'title': 'Typhon Web UI',
'desc': 'Basic test framework to test Web UI using Selenium + Page Object + Allure',
'git_link': 'https://github.com/Goraved/Typhon-web-UI',
'images': [
{'name': 'typhon_web_02.png', 'desc': 'Selenium'},
{'name': 'allure_icon.png', 'desc': 'Allure'},
{'name': 'python.png', 'desc': 'Python'},
]
},
'typhon_api': {
'tech_name': 'typhon_api',
'index': 6,
'title': 'Typhon API',
'desc': 'Basic test framework to test REST API using requests + Allure',
'git_link': 'https://github.com/Goraved/Typhon-API',
'images': [
{'name': 'typhon_api_02.png', 'desc': 'requests lib for the REST API'},
{'name': 'allure_icon.png', 'desc': 'Allure'},
{'name': 'python.png', 'desc': 'Python'},
]
},
'typhon_mobile': {
'tech_name': 'typhon_mobile',
'index': 7,
'title': 'Typhon Mobile',
'desc': 'Basic test framework to test Mobile UI using Appium + Page Object + Allure',
'git_link': 'https://github.com/Goraved/Typhon-Mobile',
'images': [
{'name': 'typhon_mobile_02.png', 'desc': 'Appium'},
{'name': 'allure_icon.png', 'desc': 'Allure'},
{'name': 'python.png', 'desc': 'Python'},
]
},
'typhon_ubuntu': {
'tech_name': 'typhon_ubuntu',
'index': 8,
'title': 'Typhon Ubuntu',
'desc': 'Basic test framework to test Ubuntu',
'site_link': ['https://drive.google.com/open?id=1UeT2rl0ZjVL3e2ahZB3tMcIFV6rZKOYB'],
'git_link': 'https://github.com/Goraved/Typhon-Ubuntu',
'images': [
{'name': 'typhon_ubuntu_02.png', 'desc': 'Ubuntu'},
{'name': 'allure_icon.png', 'desc': 'Allure'},
{'name': 'docker_01.png', 'desc': 'Docker'},
{'name': 'python.png', 'desc': 'Python'},
]
},
'qa_wolf': {
'tech_name': 'qa_wolf',
'index': 9,
'title': 'QA Wolf practice',
'desc': 'Just a practice with QA Wolf tool',
'site_link': ['https://drive.google.com/file/d/1KMECciCLvrv_82OKfQ_B2RY-4dXIjTUN/view?usp=sharing'],
'git_link': 'https://github.com/Goraved/qa_wolf_practice',
'images': [
{'name': 'qa_wolf_02.png', 'desc': 'QA Wolf'},
]
},
'puppeteer': {
'tech_name': 'puppeteer',
'index': 10,
'title': 'Puppeteer practice',
'desc': 'Just a practice with Puppeteer tool',
'site_link': ['https://drive.google.com/open?id=1xjmVgFPYKvJn2XNcUjhXEc9mtrPmIsti'],
'git_link': 'https://github.com/Goraved/puppeteer_practice',
'images': [
{'name': 'puppeteer_02.png', 'desc': 'Puppeteer'},
{'name': 'allure_icon.png', 'desc': 'Allure'},
{'name': 'docker_01.png', 'desc': 'Docker'},
]
},
'playwright': {
'tech_name': 'playwright',
'index': 11,
'title': 'Playwright practice',
'desc': 'Just a practice with Playwright tool',
'site_link': ['https://drive.google.com/file/d/1P6SXIADubK4k5EXOnd5ZSPeo4n7GEG0p/view'],
'git_link': 'https://github.com/Goraved/playwright_practice',
'images': [
{'name': 'playwright_02.png', 'desc': 'Playwright'},
{'name': 'allure_icon.png', 'desc': 'Allure'},
{'name': 'docker_01.png', 'desc': 'Docker'},
]
},
'playwright_python': {
'tech_name': 'playwright_python',
'index': 12,
'title': 'Playwright Python practice',
'desc': 'Just a practice with Playwright-Python tool',
'site_link': ['https://drive.google.com/file/d/1K2uUlXASjPOiCbCbYkqmuHN26em7bPHs/view'],
'git_link': 'https://github.com/Goraved/playwright_python_practice',
'images': [
{'name': 'playwright_02.png', 'desc': 'Playwright'},
{'name': 'python.png', 'desc': 'Python'},
{'name': 'allure_icon.png', 'desc': 'Allure'},
{'name': 'docker_01.png', 'desc': 'Docker'},
]
},
'cypress': {
'tech_name': 'cypress',
'index': 13,
'title': 'Cypress practice',
'desc': 'Just a practice with Cypress tool',
'site_link': ['https://drive.google.com/open?id=1q6HJw1rIJzzfO6J889Gy_BsDdt80ABma'],
'git_link': 'https://github.com/Goraved/cypress_practice',
'images': [
{'name': 'cypress_02.png', 'desc': 'Cypress'},
]
},
'report_portal': {
'tech_name': 'report_portal',
'index': 14,
'title': 'Report Portal practice',
'desc': 'Just a practice with Report Portal reporting tool',
'site_link': ['https://drive.google.com/file/d/1xX_7hwz_cA4EpXnCQNJh1xbTf8yXiR-H/view?usp=sharing'],
'git_link': 'https://github.com/Goraved/report_portal_practice',
'images': [
{'name': 'report_portal_02.png', 'desc': 'ReportPortal'},
{'name': 'selenium_01.png', 'desc': 'Selenium'},
]
},
'testcafe': {
'tech_name': 'testcafe',
'index': 15,
'title': 'TestCafe practice',
'desc': 'Just a practice with TestCafe tool',
'site_link': ['https://drive.google.com/file/d/1SgnmIUl5yKxP5UyuYEyUJdXI8sJ-eywG/view?usp=sharing'],
'git_link': 'https://github.com/Goraved/testcafe_practice',
'images': [
{'name': 'testcafe_01.png', 'desc': 'TestCafe'},
{'name': 'js.png', 'desc': 'Javascript'},
{'name': 'allure_icon.png', 'desc': 'Allure'},
{'name': 'docker_01.png', 'desc': 'Docker'},
]
},
'webdriverio': {
'tech_name': 'webdriverio',
'index': 16,
'title': 'webdriver.io practice',
'desc': 'Just a practice with webdriver.io tool',
'site_link': ['https://drive.google.com/file/d/1m1f4s7U2LItwzyc2NndVXDQvP5LVSaO7/view?usp=sharing'],
'git_link': 'https://github.com/Goraved/webdriverio_practice',
'images': [
{'name': 'webdriverio_01.png', 'desc': 'webdriver.io'},
{'name': 'js.png', 'desc': 'Javascript'},
{'name': 'allure_icon.png', 'desc': 'Allure'},
]
},
'behave': {
'tech_name': 'behave',
'index': 17,
'title': 'behave practice',
'desc': 'Just a practice with behave tool',
'git_link': 'https://github.com/Goraved/behave_practice',
'images': [
{'name': 'behave_02.png', 'desc': 'behave'},
{'name': 'python.png', 'desc': 'Python'},
{'name': 'allure_icon.png', 'desc': 'Allure'},
]
},
'bdd_to_pytest': {
'tech_name': 'bdd_to_pytest',
'index': 18,
'title': 'BDD to Pytest parser',
'desc': 'Simple parser to convert BDD Gherkin feature style files into the pytest with Allure test style files',
'git_link': 'https://github.com/Goraved/bdd_to_pytest',
'images': [
{'name': 'bdd.png', 'desc': 'BDD'},
{'name': 'python.png', 'desc': 'Python'},
{'name': 'allure_icon.png', 'desc': 'Allure'},
]
},
}
PROJECT_LINKS = [{'link': PROJECTS[project]['tech_name'], 'index': PROJECTS[project]['index']} for project in PROJECTS]