-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_config.yml
342 lines (324 loc) · 7.34 KB
/
_config.yml
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
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
title: Atata
short_description: "C#/.NET test automation framework"
description: "C#/.NET web test automation full-featured framework"
url: https://atata.io
baseurl: ""
# Dependencies
markdown: kramdown
highlighter: rouge
kramdown:
auto_ids: false
#plugins:
# - jekyll-sitemap
defaults:
- scope:
path: ""
type: posts
values:
layout: post
# Permalinks
permalink: /blog/:year/:month/:day/:title/
excerpt_separator: <!--more-->
author:
name: Yevgeniy Shunevych
github: YevgeniyShunevych
url: https://github.com/YevgeniyShunevych
email: [email protected]
nav_links:
Getting Started: "getting-started"
Components: "components"
Attributes: "attributes"
Verification: "verification"
Tutorials: "tutorials"
Examples: "examples"
Upgrade: "upgrade"
Blog: "blog"
Contact: "contact"
getting-started:
- name: Introduction
- name: Concepts
- name: Packages
items:
- Main Packages
- Additional Packages
- name: Installation
items:
- Install via Atata Templates
- Install via NuGet
- name: Usage
items:
- Create Project
- Define Page Object Class
- Implement Test
- View Log
- name: Demo
- name: Configuration
items:
- Driver
- Logging
- Screenshots
- Page Snapshots
- Event Subscriptions
- Global Properties
- Other
- name: Navigation
items:
- Go
- By Static URL
- By Dynamic URL
- By Combined URL
- URL Template Variables
- Transition
- name: Reporting
- name: Screenshots Taking
- name: Page Snapshots Taking
- name: Browser Logs Monitoring
- name: JavaScript Popup Boxes
- name: Events
components:
- name: Base Components
items:
- UIComponent
- Control
- PageObject
- Page
- PopupWindow
- FrameSetPage
- Field
- EditableField
- EditableTextField
- name: Dynamic Controls
- name: Inputs
items:
- Input
- TextInput
- PasswordInput
- NumberInput
- DateInput
- TimeInput
- LocalDateTimeInput
- FileInput
- HiddenInput
- CheckBox
- CheckBoxList
- RadioButton
- RadioButtonList
- EmailInput
- TelInput
- UrlInput
- SearchInput
- name: Text Editors
items:
- TextArea
- ContentEditor
- FrameWrappedContentEditor
- name: Select
items:
- Option
- name: Button
- name: Link
- name: Clickable
- name: Image
- name: Table
- name: Content
items:
- Enum Content
- Text
- H1-H6
- Label
- Number
- Currency
- Date
- Time
- DateTime
- name: Lists
items:
- ControlList
- ItemsControl
- ListItem
- UnorderedList
- OrderedList
- name: Hierarchy
items:
- HierarchicalControl
- HierarchicalItem
- HierarchicalListItem
- HierarchicalUnorderedList
- HierarchicalOrderedList
- name: Frame
attributes:
- name: General
- name: Attribute Levels
items:
- Declared Level
- Parent Component Level
- Assembly Level
- Global Level
- Component Level
- name: MulticastAttribute
items:
- Properties
- "Example #1"
- "Example #2"
- name: AtataContext Attributes
control-search:
- name: General
items:
- Term
- Multiple Terms
- TermMatch
- TermCase
- Visibility
- ScopeSource
- FindAs
- name: Base Attributes
items:
- FindAttribute
- TermFindAttribute
- name: Find Attributes
items:
- FindById
- FindByName
- FindByClass
- FindByXPath
- FindByCss
- FindByLabel
- FindByFieldSet
- FindByDescriptionTerm
- FindByContent
- FindByChildContent
- FindByAttribute
- FindByValue
- FindByContentOrValue
- FindByPlaceholder
- FindByTitle
- FindByTestId
- FindByAriaLabel
- FindByAriaLabelledBy
- FindByRelativeElementContent
- FindByPrecedingSiblingContent
- FindFirst
- FindLast
- FindByIndex
- FindByColumnHeader
- FindByColumnIndex
- name: Settings Attributes
items:
- FindSettings
- TermFindSettings
triggers:
- name: General
items:
- Trigger
- TriggerEvents
- TriggerPriority
- name: Verification
items:
- VerifyTitle
- VerifyH1-H6
- VerifyContent
- VerifyContentMatches
- VerifyExists
- VerifyMissing
- name: Waiting
items:
- Until
- WaitFor
- WaitForElement
- WaitSeconds
- WaitForAlertBox
- WaitForScript
- WaitForDocumentReadyState
- WaitForJQueryAjax
- WaitForAngular
- WaitForAngularJS
- name: Performing
items:
- LogInfo
- TakeScreenshot
- TakePageSnapshot
- InvokeMethod
- InvokeDelegate
- CloseAlertBox
- CloseConfirmBox
- Focus
- Blur
- PressKeys
- PressEnter
- PressEscape
- PressTab
- PressHome
- PressEnd
- ScrollDown
- ScrollUp
- ClickParent
- HoverParent
- RightClickParent
behaviors:
- name: General
- name: Usage
- name: Click
- name: Double Click
- name: Right Click
- name: Hover
- name: Focus
- name: Blur
- name: Scroll
- name: Drag and Drop
- name: Drag and Drop to Offset
- name: Get Content
- name: Get Value
- name: Set Value
- name: Clear Value
- name: Type Text
- name: Select Option
verification:
- name: General
- name: Assertion
- name: Expectation
- name: Waiting
- name: Aggregate Assertion
verification-methods:
- name: Basic
- name: Exception
- name: Boolean
- name: String
- name: Comparable
- name: Size
- name: DateTime
- name: Enumerable
- name: UI Component
- name: File
- name: Directory
exclude:
- LICENSE
- README.md
- Web.config
- build.bat
- build_drafts.bat
- Gemfile
- Gemfile.lock
- atata.io.sln
- compilerconfig.json
- compilerconfig.json.defaults
- .editorconfig
- .gitattributes
- .gitignore
- en-US_User.dic
links:
atata_github_organization: https://github.com/atata-framework
atata_github: https://github.com/atata-framework/atata
atata_configuration_json_github: https://github.com/atata-framework/atata-configuration-json
atata_htmlvalidation_github: https://github.com/atata-framework/atata-htmlvalidation
atata_bootstrap_github: https://github.com/atata-framework/atata-bootstrap
atata_kendoui_github: https://github.com/atata-framework/atata-kendoui
atata_issues: https://github.com/atata-framework/atata/issues
atata_webdriverextras_issues: https://github.com/atata-framework/atata-webdriverextras/issues
atata_twitter: https://twitter.com/AtataFramework
atata_stackoverflow: https://stackoverflow.com/questions/tagged/atata
atata_stackoverflow_ask: https://stackoverflow.com/questions/ask?tags=c%23+atata+automated-tests+ui-automation
atata_slack: https://atata-framework.slack.com
atata_slack_invite: https://join.slack.com/t/atata-framework/shared_invite/zt-5j3lyln7-WD1ZtMDzXBhPm0yXLDBzbA
atata_youtube: https://www.youtube.com/@atataframework
atata_nuget: https://www.nuget.org/packages/Atata/
atata_templates: https://marketplace.visualstudio.com/items?itemName=YevgeniyShunevych.AtataTemplates