-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrettangoli.config.yaml
More file actions
117 lines (117 loc) · 3.87 KB
/
rettangoli.config.yaml
File metadata and controls
117 lines (117 loc) · 3.87 KB
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
vt:
path: "vt"
name: "Route Graphics UI Visual Tests"
description: "Visual testing for Route Graphics"
concurrency: 1
sections:
- title: "Keyboard Group"
type: "groupLabel"
items:
- title: "Global Keyboard Events"
files: "global-keyboard"
description: "Test global keyboard event handling"
- title: "Text Group"
type: "groupLabel"
items:
- title: "Text Basic"
files: "textbasic"
description: "Basic text rendering tests"
- title: "Text Basic Transitions"
files: "textbasictransition"
description: "Basic text transition tests"
- title: "Text Basic Events"
files: "textbasicevent"
description: "Text event interaction tests"
- title: "Container Group"
type: "groupLabel"
items:
- title: "Container"
files: "container"
description: "Container rendering test"
- title: "Container Transitions"
files: "containertransition"
description: "Container transition test"
- title: "Container Events"
files: "containerevent"
description: "Container event interaction tests"
- title: "Rect Group"
type: "groupLabel"
items:
- title: "Rect"
files: "rect"
description: "Rect rendering test"
- title: "Rect Transitions"
files: "recttransition"
description: "Rect transition test"
- title: "Rect Events"
files: "rectevent"
description: "Rect event interaction tests"
- title: "Replace Transition Group"
type: "groupLabel"
items:
- title: "Replace Transitions"
files: "replacetransition"
description: "Replace transition tests"
- title: "Sprite Group"
type: "groupLabel"
items:
- title: "Sprite"
files: "sprite"
description: "Sprite rendering test"
- title: "Sprite Transitions"
files: "spritetransition"
description: "Sprite transitions rendering test"
- title: "Sprite Events"
files: "spriteevent"
description: "Sprite event interaction tests"
- title: "Text Revealing Group"
type: "groupLabel"
items:
- title: "Text Revealing"
files: "textrevealing"
description: "Using textrevealing"
- title: "Render Complete Group"
type: "groupLabel"
items:
- title: "Render Complete Events"
files: "rendercompleteevent"
description: "Tests for renderComplete event firing"
- title: "Slider Group"
type: "groupLabel"
items:
- title: "Slider"
files: "slider"
description: "Slider rendering test"
- title: "Slider Transitions"
files: "slidertransition"
description: "Slider transitions rendering test"
- title: "Slider Events"
files: "sliderevent"
description: "Slider event test"
- title: "Input Group"
type: "groupLabel"
items:
- title: "Input"
files: "input"
description: "Input rendering and interaction tests"
- title: "Particles Group"
type: "groupLabel"
items:
- title: "Particles"
files: "particles"
description: "Particle effects (presets and custom configs)"
- title: "Animated Sprite Group"
type: "groupLabel"
items:
- title: "Animated Sprite"
files: "animatedsprite"
description: "Animated sprite rendering test"
- title: "Animated Sprite Transitions"
files: "animatedspritetransition"
description: "Animated sprite transitions rendering test"
- title: "Z Index Group"
type: "groupLabel"
items:
- title: "Z Index Ordering"
files: "zindex"
description: "Z-index ordering tests during animations"