forked from act-rules/act-rules-web
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathimplementations.yml
More file actions
37 lines (31 loc) · 1.39 KB
/
implementations.yml
File metadata and controls
37 lines (31 loc) · 1.39 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
# Implementations
- organisation: 'Access42'
toolName: 'RGAA 3.0'
jsonReports: ./node_modules/act-rules-implementation-rgaa/reports/*.json
testcases: ./_data/testcases/testcases.json
output: ./_data/implementations/rgaa.json
- organisation: 'Deque Systems'
toolName: 'Axe Core'
jsonReports: ./node_modules/act-rules-implementation-axe-core/report.json
testcases: ./_data/testcases/testcases.json
output: ./_data/implementations/axe.json
- organisation: 'LASIGE, Faculdade de Ciências da Universidade de Lisboa'
toolName: 'QualWeb'
jsonReports: ./node_modules/act-rules-implementation-qualweb/reports/*.json
testcases: ./_data/testcases/testcases.json
output: ./_data/implementations/qualweb.json
- organisation: 'Level Access'
toolName: 'Access Engine'
jsonReports: ./node_modules/act-rules-implementation-access-engine/reports/*.json
testcases: ./_data/testcases/testcases.json
output: ./_data/implementations/access-engine.json
- organisation: 'Siteimprove'
toolName: 'Alfa'
jsonReports: ./node_modules/act-rules-implementation-alfa/report.json
testcases: ./_data/testcases/testcases.json
output: ./_data/implementations/alfa.json
- organisation: 'Trusted Tester'
toolName: 'Trusted Tester'
jsonReports: ./node_modules/act-rules-implementation-trusted-tester/reports/*.json
testcases: ./_data/testcases/testcases.json
output: ./_data/implementations/trusted-tester.json