3636 " screen capture tests/pa11y/admin-settings.png"
3737 ]
3838 },
39+ {
40+ "url" : " https://snipe-it.test/admin/branding" ,
41+ "actions" : [
42+ " navigate to https://snipe-it.test/admin/branding" ,
43+ " screen capture tests/pa11y/admin-branding.png"
44+ ]
45+ },
46+ {
47+ "url" : " https://snipe-it.test/admin/general" ,
48+ "actions" : [
49+ " navigate to https://snipe-it.test/admin/general" ,
50+ " screen capture tests/pa11y/admin-general.png"
51+ ]
52+ },
3953 {
4054 "url" : " https://snipe-it.test/hardware/create" ,
4155 "actions" : [
8599 " screen capture tests/pa11y/license-view.png"
86100 ]
87101 },
102+ {
103+ "url" : " https://snipe-it.test/consumables" ,
104+ "actions" : [
105+ " navigate to https://snipe-it.test/consumables" ,
106+ " screen capture tests/pa11y/consumable-list.png"
107+ ]
108+ },
109+ {
110+ "url" : " https://snipe-it.test/consumables/create" ,
111+ "actions" : [
112+ " navigate to https://snipe-it.test/consumables/create" ,
113+ " screen capture tests/pa11y/consumable-create.png"
114+ ]
115+ },
116+ {
117+ "url" : " https://snipe-it.test/consumables/1" ,
118+ "actions" : [
119+ " navigate to https://snipe-it.test/consumables/1" ,
120+ " screen capture tests/pa11y/consumable-view.png"
121+ ]
122+ },
88123 {
89124 "url" : " https://snipe-it.test/accessories" ,
90125 "actions" : [
98133 " navigate to https://snipe-it.test/accessories/create" ,
99134 " screen capture tests/pa11y/accessory-create.png"
100135 ]
136+ },
137+ {
138+ "url" : " https://snipe-it.test/accessories/1" ,
139+ "actions" : [
140+ " navigate to https://snipe-it.test/accessories/1" ,
141+ " screen capture tests/pa11y/accessory-view.png"
142+ ]
143+ },
144+ {
145+ "url" : " https://snipe-it.test/locations" ,
146+ "actions" : [
147+ " navigate to https://snipe-it.test/locations" ,
148+ " screen capture tests/pa11y/location-list.png"
149+ ]
150+ },
151+ {
152+ "url" : " https://snipe-it.test/locations/create" ,
153+ "actions" : [
154+ " navigate to https://snipe-it.test/locations/create" ,
155+ " screen capture tests/pa11y/location-create.png"
156+ ]
157+ },
158+ {
159+ "url" : " https://snipe-it.test/locations/1" ,
160+ "actions" : [
161+ " navigate to https://snipe-it.test/locations/1" ,
162+ " screen capture tests/pa11y/location-view.png"
163+ ]
164+ },
165+
166+ {
167+ "url" : " https://snipe-it.test/models" ,
168+ "actions" : [
169+ " navigate to https://snipe-it.test/models" ,
170+ " screen capture tests/pa11y/model-list.png"
171+ ]
172+ },
173+ {
174+ "url" : " https://snipe-it.test/models/create" ,
175+ "actions" : [
176+ " navigate to https://snipe-it.test/models/create" ,
177+ " screen capture tests/pa11y/model-create.png"
178+ ]
179+ },
180+ {
181+ "url" : " https://snipe-it.test/models/1" ,
182+ "actions" : [
183+ " navigate to https://snipe-it.test/models/1" ,
184+ " screen capture tests/pa11y/model-view.png"
185+ ]
186+ },
187+
188+ {
189+ "url" : " https://snipe-it.test/companies" ,
190+ "actions" : [
191+ " navigate to https://snipe-it.test/companies" ,
192+ " screen capture tests/pa11y/company-list.png"
193+ ]
194+ },
195+ {
196+ "url" : " https://snipe-it.test/companies/create" ,
197+ "actions" : [
198+ " navigate to https://snipe-it.test/companies/create" ,
199+ " screen capture tests/pa11y/company-create.png"
200+ ]
201+ },
202+ {
203+ "url" : " https://snipe-it.test/companies/1" ,
204+ "actions" : [
205+ " navigate to https://snipe-it.test/companies/1" ,
206+ " screen capture tests/pa11y/company-view.png"
207+ ]
208+ },
209+
210+ {
211+ "url" : " https://snipe-it.test/departments" ,
212+ "actions" : [
213+ " navigate to https://snipe-it.test/departments" ,
214+ " screen capture tests/pa11y/department-list.png"
215+ ]
216+ },
217+ {
218+ "url" : " https://snipe-it.test/departments/create" ,
219+ "actions" : [
220+ " navigate to https://snipe-it.test/departments/create" ,
221+ " screen capture tests/pa11y/department-create.png"
222+ ]
223+ },
224+ {
225+ "url" : " https://snipe-it.test/departments/1" ,
226+ "actions" : [
227+ " navigate to https://snipe-it.test/departments/1" ,
228+ " screen capture tests/pa11y/department-view.png"
229+ ]
230+ },
231+
232+ {
233+ "url" : " https://snipe-it.test/invalid-url" ,
234+ "actions" : [
235+ " navigate to https://snipe-it.test/invalid-url" ,
236+ " screen capture tests/pa11y/404.png"
237+ ]
101238 }
102239 ]
103240}
0 commit comments