@uuv/a11y 1.0.0-beta.5 → 1.0.0-beta.50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +461 -0
- package/CONTRIBUTING.md +1 -1
- package/LICENSE +0 -2
- package/README.md +7 -7
- package/bundle/uuv-a11y.bundle.js +2 -2
- package/dist/CHANGELOG.md +463 -0
- package/dist/CONTRIBUTING.md +1 -1
- package/dist/README.md +7 -7
- package/dist/lib/engine/engine.js +28 -16
- package/dist/lib/model/index.d.ts +1 -1
- package/dist/lib/model/index.js +1 -1
- package/dist/lib/model/reference.js +1 -1
- package/dist/lib/model/result.d.ts +2 -1
- package/dist/lib/model/result.js +1 -1
- package/dist/lib/model/rule.d.ts +0 -7
- package/dist/lib/model/rule.js +3 -5
- package/dist/lib/query/00-query.d.ts +6 -1
- package/dist/lib/query/00-query.js +10 -0
- package/dist/lib/query/accessible-name.query.d.ts +4 -2
- package/dist/lib/query/accessible-name.query.js +9 -3
- package/dist/lib/query/by-role.query.d.ts +4 -3
- package/dist/lib/query/by-role.query.js +22 -6
- package/dist/lib/query/by-sibling.query.d.ts +12 -0
- package/dist/lib/query/by-sibling.query.js +100 -0
- package/dist/lib/query/by-tag.query.d.ts +2 -2
- package/dist/lib/query/by-tag.query.js +2 -1
- package/dist/lib/query/compliant-attributes/attribut-specification.d.ts +34 -0
- package/dist/lib/query/compliant-attributes/attribut-specification.js +96 -0
- package/dist/lib/query/compliant-attributes/attribute-checker.d.ts +47 -0
- package/dist/lib/query/compliant-attributes/attribute-checker.js +73 -0
- package/dist/lib/query/compliant-attributes/compliant-attributes.query.d.ts +9 -0
- package/dist/lib/query/compliant-attributes/compliant-attributes.query.js +24 -0
- package/dist/lib/query/doctype.query.d.ts +2 -2
- package/dist/lib/query/doctype.query.js +2 -1
- package/dist/lib/query/form.query.d.ts +2 -2
- package/dist/lib/query/index.d.ts +7 -0
- package/dist/lib/query/index.js +7 -0
- package/dist/lib/query/operators/and-query.d.ts +8 -0
- package/dist/lib/query/operators/and-query.js +25 -0
- package/dist/lib/query/operators/operator-query.d.ts +8 -0
- package/dist/lib/query/operators/operator-query.js +14 -0
- package/dist/lib/query/operators/or-query.d.ts +8 -0
- package/dist/lib/query/operators/or-query.js +24 -0
- package/dist/lib/reference/rgaa/coverage/coverage-statement.json +56 -17
- package/dist/lib/reference/rgaa/rules/1-image.d.ts +0 -1
- package/dist/lib/reference/rgaa/rules/1-image.js +51 -77
- package/dist/lib/reference/rgaa/rules/11-form.d.ts +0 -1
- package/dist/lib/reference/rgaa/rules/11-form.js +0 -1
- package/dist/lib/reference/rgaa/rules/2-frame.d.ts +0 -1
- package/dist/lib/reference/rgaa/rules/2-frame.js +8 -7
- package/dist/lib/reference/rgaa/rules/3-color.d.ts +0 -1
- package/dist/lib/reference/rgaa/rules/3-color.js +0 -3
- package/dist/lib/reference/rgaa/rules/5-table.d.ts +12 -1
- package/dist/lib/reference/rgaa/rules/5-table.js +292 -1
- package/dist/lib/reference/rgaa/rules/6-link.d.ts +12 -1
- package/dist/lib/reference/rgaa/rules/6-link.js +147 -1
- package/dist/lib/reference/rgaa/rules/8-required-element.d.ts +0 -1
- package/dist/lib/reference/rgaa/rules/8-required-element.js +57 -9
- package/dist/lib/reference/rgaa/selector-helper.d.ts +40 -1
- package/dist/lib/reference/rgaa/selector-helper.js +82 -10
- package/dist/package.json +13 -9
- package/package.json +13 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,464 @@
|
|
|
1
|
+
# [1.0.0-beta.50](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.49...a11y-v1.0.0-beta.50) (2024-11-05)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* migrate uuv repository from orange opensource to e2e-test-quest organization, [#859](https://github.com/e2e-test-quest/uuv/issues/859) ([e0a6e5c](https://github.com/e2e-test-quest/uuv/commit/e0a6e5ca572a43b031228db469cfd2f7b669bdaa))
|
|
7
|
+
|
|
8
|
+
# [1.0.0-beta.49](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.48...a11y-v1.0.0-beta.49) (2024-10-27)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **assistant:** update dependency @uiw/react-codemirror to v4.23.6 ([378160a](https://github.com/Orange-OpenSource/uuv/commit/378160a144eff3d0b041797c7f480cc4663eb1d3))
|
|
14
|
+
* **assistant:** update dependency antd to v5.21.5 ([b212ee4](https://github.com/Orange-OpenSource/uuv/commit/b212ee4acc24452e4c4a6b91caac6d8abb854036))
|
|
15
|
+
* **runner-cypress:** update dependency cypress to v13.15.1 ([b18ea16](https://github.com/Orange-OpenSource/uuv/commit/b18ea164773135b5f331947c0a1664625134cbd7))
|
|
16
|
+
* **runner-playwright:** update dependency axe-core to v4.10.2 ([19c65d2](https://github.com/Orange-OpenSource/uuv/commit/19c65d2da4538d92f7d1b883b7117c3c52cedac4))
|
|
17
|
+
* **runner-playwright:** update playwright monorepo to v1.48.2 ([1bce4e5](https://github.com/Orange-OpenSource/uuv/commit/1bce4e5d0a310d1fd4ea64299adf3c8e30f51d2f))
|
|
18
|
+
|
|
19
|
+
# [1.0.0-beta.48](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.47...a11y-v1.0.0-beta.48) (2024-10-20)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Bug Fixes
|
|
23
|
+
|
|
24
|
+
* **assistant:** update dependency antd to v5.21.4 ([b4f23df](https://github.com/Orange-OpenSource/uuv/commit/b4f23df6bc3c9919e4e1e38a42b5f2d33bbe5582))
|
|
25
|
+
* revert dependency @badeball/cypress-cucumber-preprocessor to v20.1.2 ([84646ae](https://github.com/Orange-OpenSource/uuv/commit/84646aed57562c6461ae561fc7bdffb98fe78c6a))
|
|
26
|
+
* **runner-playwright:** update dependency axe-core to v4.10.1 ([8abc703](https://github.com/Orange-OpenSource/uuv/commit/8abc7032fd176f5d5df1fcca888aa6c6ae73e110))
|
|
27
|
+
* **runner-playwright:** update playwright monorepo to v1.48.1 ([21718e8](https://github.com/Orange-OpenSource/uuv/commit/21718e8078a3bc27f7359e729f3b8a4912ba4228))
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
### Features
|
|
31
|
+
|
|
32
|
+
* **runner-cypress:** update dependency @badeball/cypress-cucumber-preprocessor to v21 ([f6872eb](https://github.com/Orange-OpenSource/uuv/commit/f6872eb301cf15628ca5d0c722e5137d63248048))
|
|
33
|
+
|
|
34
|
+
# [1.0.0-beta.47](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.46...a11y-v1.0.0-beta.47) (2024-10-13)
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
### Bug Fixes
|
|
38
|
+
|
|
39
|
+
* **assistant:** update dependency antd to v5.21.3 ([a472e5c](https://github.com/Orange-OpenSource/uuv/commit/a472e5cc5d3801c03bb7a8d63e233f5cfef8fa07))
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
### Features
|
|
43
|
+
|
|
44
|
+
* **runner-commons:** update dependency figlet to v1.8.0 ([40314a6](https://github.com/Orange-OpenSource/uuv/commit/40314a64a4fe9f3b2b0edb0a6b1cb5259734bea4))
|
|
45
|
+
* **runner-playwright:** update playwright monorepo to v1.48.0 ([9aa7541](https://github.com/Orange-OpenSource/uuv/commit/9aa75414bc87e90a17b752875c4bead0f99c2d50))
|
|
46
|
+
|
|
47
|
+
# [1.0.0-beta.46](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.45...a11y-v1.0.0-beta.46) (2024-10-06)
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
### Bug Fixes
|
|
51
|
+
|
|
52
|
+
* **assistant:** update dependency @uiw/codemirror-theme-github to v4.23.5 ([d34df74](https://github.com/Orange-OpenSource/uuv/commit/d34df74d8fbd56f2cb2a6dd9168ccc148d598289))
|
|
53
|
+
* **assistant:** update dependency @uiw/react-codemirror to v4.23.5 ([9767585](https://github.com/Orange-OpenSource/uuv/commit/9767585affc6d2173a72c6ac661ceed355fd7ba5))
|
|
54
|
+
* **runner-playwright:** update dependency axe-playwright to v2.0.3 ([b9a0450](https://github.com/Orange-OpenSource/uuv/commit/b9a0450f378ee22850cdf9916eb5ee768ff772f5))
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
### Features
|
|
58
|
+
|
|
59
|
+
* **assistant:** update dependency antd to v5.21.2 ([4217eea](https://github.com/Orange-OpenSource/uuv/commit/4217eea842a5e2b77cddd37062137f78de757a65))
|
|
60
|
+
* **runner-playwright:** update dependency multiple-cucumber-html-reporter to v3.8.0 ([60ac2e5](https://github.com/Orange-OpenSource/uuv/commit/60ac2e5d4c60f035299fd10fbfa5907ade72dd1c))
|
|
61
|
+
|
|
62
|
+
# [1.0.0-beta.45](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.44...a11y-v1.0.0-beta.45) (2024-09-29)
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
### Bug Fixes
|
|
66
|
+
|
|
67
|
+
* **assistant:** update codemirror ([2eb05a4](https://github.com/Orange-OpenSource/uuv/commit/2eb05a46b68ce549dc72cc98c62c09c0dbcfd42f))
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
### Features
|
|
71
|
+
|
|
72
|
+
* **runner-cypress:** update dependency cypress to v13.15.0 ([4a5c3a0](https://github.com/Orange-OpenSource/uuv/commit/4a5c3a05b9c8dc0071275094ccd92efc63644054))
|
|
73
|
+
|
|
74
|
+
# [1.0.0-beta.44](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.43...a11y-v1.0.0-beta.44) (2024-09-22)
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
### Bug Fixes
|
|
78
|
+
|
|
79
|
+
* **runner-playwright:** update playwright monorepo to v1.47.2 ([d811c1a](https://github.com/Orange-OpenSource/uuv/commit/d811c1a4bdd5d9db8258f3ad4eff5a44003c988f))
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
### Features
|
|
83
|
+
|
|
84
|
+
* **deps:** update dependency @cucumber/gherkin to v29 ([7ca3412](https://github.com/Orange-OpenSource/uuv/commit/7ca34128b6d70a09a1bd1fc5c600873ff4701be4))
|
|
85
|
+
* **deps:** update dependency @cucumber/messages to v26 ([759ad7b](https://github.com/Orange-OpenSource/uuv/commit/759ad7b2cdab61d7655f69413cac7a62b14f3bdb))
|
|
86
|
+
|
|
87
|
+
# [1.0.0-beta.43](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.42...a11y-v1.0.0-beta.43) (2024-09-15)
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
### Bug Fixes
|
|
91
|
+
|
|
92
|
+
* **assistant:** update dependency antd to v5.20.6 ([63c3caa](https://github.com/Orange-OpenSource/uuv/commit/63c3caa427c4fc4000a8a54f9cfde5ebbd6c43c0))
|
|
93
|
+
* **runner-playwright:** update playwright monorepo to v1.47.1 ([a33a626](https://github.com/Orange-OpenSource/uuv/commit/a33a6267074f966e8a7ca761ec5b11a50c21734b))
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
### Features
|
|
97
|
+
|
|
98
|
+
* **deps:** update dependency tslib to v2.7.0 ([23cc2de](https://github.com/Orange-OpenSource/uuv/commit/23cc2de00462008055e8e8303aaf1468b5d9a870))
|
|
99
|
+
|
|
100
|
+
# [1.0.0-beta.42](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.41...a11y-v1.0.0-beta.42) (2024-09-08)
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
### Bug Fixes
|
|
104
|
+
|
|
105
|
+
* **assistant:** update dependency @uiw/codemirror-theme-github to v4.23.1 ([e294930](https://github.com/Orange-OpenSource/uuv/commit/e2949303b2cf97af6ea9853fb270aa8c2e64bc10))
|
|
106
|
+
* **assistant:** update dependency @uiw/react-codemirror to v4.23.1 ([554e5e7](https://github.com/Orange-OpenSource/uuv/commit/554e5e7997c8d1065345ddd9de0a63722fd97f1e))
|
|
107
|
+
* **assistant:** update dependency antd to v5.20.5 ([43e76bb](https://github.com/Orange-OpenSource/uuv/commit/43e76bb51b7698c3c6d776d738edc6836a7c5302))
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
### Features
|
|
111
|
+
|
|
112
|
+
* **runner-cypress:** update dependency cypress to v13.14.2 ([1671339](https://github.com/Orange-OpenSource/uuv/commit/1671339c850a7f967d5b1d18443a3975696f238e))
|
|
113
|
+
* **runner-playwright:** update playwright monorepo to v1.47.0 ([d8cf142](https://github.com/Orange-OpenSource/uuv/commit/d8cf14292602977514c6f1a43fe52057778fc353))
|
|
114
|
+
|
|
115
|
+
# [1.0.0-beta.41](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.40...a11y-v1.0.0-beta.41) (2024-08-25)
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
### Bug Fixes
|
|
119
|
+
|
|
120
|
+
* **runner-cypress:** update dependency cypress to v13.13.3 ([c536497](https://github.com/Orange-OpenSource/uuv/commit/c536497539eeead0b8b14bf5901ac0622e6339c1))
|
|
121
|
+
* **runner-playwright:** update dependency axe-playwright to v2.0.2 ([f745bff](https://github.com/Orange-OpenSource/uuv/commit/f745bffabe494a88962d7d38e7b7450c9f324d52))
|
|
122
|
+
|
|
123
|
+
# [1.0.0-beta.40](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.39...a11y-v1.0.0-beta.40) (2024-08-18)
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
### Features
|
|
127
|
+
|
|
128
|
+
* **deps:** update dependency node-ipc to v12 [security] ([33d3bfd](https://github.com/Orange-OpenSource/uuv/commit/33d3bfdf6a057a8c57c655b099a21a32294d79e8))
|
|
129
|
+
|
|
130
|
+
# [1.0.0-beta.39](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.38...a11y-v1.0.0-beta.39) (2024-08-11)
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
### Bug Fixes
|
|
134
|
+
|
|
135
|
+
* **assistant:** update dependency antd to v5.20.1 ([5c3abf7](https://github.com/Orange-OpenSource/uuv/commit/5c3abf7872455038ac038dd6abdf81f024a3c14f))
|
|
136
|
+
* **runner-cypress:** update dependency @badeball/cypress-cucumber-preprocessor to v20.1.2 ([7dcb27d](https://github.com/Orange-OpenSource/uuv/commit/7dcb27dec15293aacaad90684bd9eeb290c66e45))
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
### Features
|
|
140
|
+
|
|
141
|
+
* **assistant:** update dependency @uiw/react-codemirror to v4.23.0 ([8b3b8c7](https://github.com/Orange-OpenSource/uuv/commit/8b3b8c77d8bc6fa30e7077f57575b8d2914eb3a6))
|
|
142
|
+
* **runner-playwright:** update dependency axe-core to v4.10.0 ([a2c7883](https://github.com/Orange-OpenSource/uuv/commit/a2c78835c97cec52f0c9d45116da987ce5a5445b))
|
|
143
|
+
|
|
144
|
+
# [1.0.0-beta.38](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.37...a11y-v1.0.0-beta.38) (2024-08-05)
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
### Bug Fixes
|
|
148
|
+
|
|
149
|
+
* **runner-cypress:** update dependency cypress to v13.13.2 ([7b0044e](https://github.com/Orange-OpenSource/uuv/commit/7b0044efdf2448c6883029e9cefcae05927d5264))
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
### Features
|
|
153
|
+
|
|
154
|
+
* **assistant:** update dependency antd to v5.20.0 ([709fdd3](https://github.com/Orange-OpenSource/uuv/commit/709fdd3b222b2b9ff4a6fcc0649e704ad81327b1))
|
|
155
|
+
|
|
156
|
+
# [1.0.0-beta.37](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.36...a11y-v1.0.0-beta.37) (2024-07-28)
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
### Bug Fixes
|
|
160
|
+
|
|
161
|
+
* **deps:** update dependency @easyops-cn/docusaurus-search-local to v0.44.4 ([fa8cb8f](https://github.com/Orange-OpenSource/uuv/commit/fa8cb8fb5addee1915d733c601bf04b4494afb5f))
|
|
162
|
+
* **runner-cypress:** update dependency @badeball/cypress-cucumber-preprocessor to v20.1.1 ([645c9f0](https://github.com/Orange-OpenSource/uuv/commit/645c9f0dd38a92258d311adfcbda9b58ab37929e))
|
|
163
|
+
* **runner-playwright:** update playwright monorepo to v1.45.3 ([44402e0](https://github.com/Orange-OpenSource/uuv/commit/44402e032cdf996ec6a5ea14f4e3eda7615fc13f))
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
### Features
|
|
167
|
+
|
|
168
|
+
* **deps:** update dependency @cucumber/messages to v25 ([01c669e](https://github.com/Orange-OpenSource/uuv/commit/01c669e386869658227d92ee5f0b5ebd3fdcda3e))
|
|
169
|
+
|
|
170
|
+
# [1.0.0-beta.36](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.35...a11y-v1.0.0-beta.36) (2024-07-21)
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
### Bug Fixes
|
|
174
|
+
|
|
175
|
+
* **assistant:** update dependency antd to v5.19.2 ([5407d03](https://github.com/Orange-OpenSource/uuv/commit/5407d0317107bab2dfeae396d13186f9ec941f8f))
|
|
176
|
+
* **assistant:** update dependency antd to v5.19.3 ([9db1dce](https://github.com/Orange-OpenSource/uuv/commit/9db1dce802e44b7e5c4399dd9e059b9506b87929))
|
|
177
|
+
* **runner-cypress:** update dependency cypress to v13.13.1 ([3212aa5](https://github.com/Orange-OpenSource/uuv/commit/3212aa58f4d71f6ca45d1b6a66c2e7132f8ad505))
|
|
178
|
+
* **runner-playwright:** update playwright monorepo to v1.45.2 ([b6a9018](https://github.com/Orange-OpenSource/uuv/commit/b6a901858453418aa2b10db43878bbe18d45fafd))
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
### Features
|
|
182
|
+
|
|
183
|
+
* **deps:** update dependency @easyops-cn/docusaurus-search-local to v0.44.3 ([377b9b9](https://github.com/Orange-OpenSource/uuv/commit/377b9b9779aeed86c5752c33768f26190a1385e1))
|
|
184
|
+
* **runner-cypress:** update dependency @badeball/cypress-cucumber-preprocessor to v20.1.0 ([ba0f0d9](https://github.com/Orange-OpenSource/uuv/commit/ba0f0d91d845c638fcbc7581fdf54c525ce20f93))
|
|
185
|
+
* **runner-playwright:** update dependency multiple-cucumber-html-reporter to v3.7.0 ([5850b13](https://github.com/Orange-OpenSource/uuv/commit/5850b1362bf8d3c319b3907cae07c8f86ad67820))
|
|
186
|
+
|
|
187
|
+
# [1.0.0-beta.35](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.34...a11y-v1.0.0-beta.35) (2024-07-14)
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
### Bug Fixes
|
|
191
|
+
|
|
192
|
+
* **deps:** update dependency tslib to v2.6.3 ([5f1bd19](https://github.com/Orange-OpenSource/uuv/commit/5f1bd190dce41dd51bbe2cad652fe39a09ff132d))
|
|
193
|
+
|
|
194
|
+
|
|
195
|
+
### Features
|
|
196
|
+
|
|
197
|
+
* **assistant:** update dependency antd to v5.19.1 ([18a90bf](https://github.com/Orange-OpenSource/uuv/commit/18a90bf2d8e0918c8c3f5c10f17eb32a53df5d0e))
|
|
198
|
+
* **runner-cypress:** update dependency cypress-real-events to v1.13.0 ([e3b8dc0](https://github.com/Orange-OpenSource/uuv/commit/e3b8dc06ff6f9fb7cfee89e858676f17e1933af8))
|
|
199
|
+
* **runner-playwright:** update playwright monorepo to v1.45.1 ([6be42dc](https://github.com/Orange-OpenSource/uuv/commit/6be42dc9604f4d786db6c32499319bccda504e29))
|
|
200
|
+
|
|
201
|
+
# [1.0.0-beta.34](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.33...a11y-v1.0.0-beta.34) (2024-07-08)
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
### Bug Fixes
|
|
205
|
+
|
|
206
|
+
* add lib path for event classes, [#679](https://github.com/Orange-OpenSource/uuv/issues/679) ([e8e521b](https://github.com/Orange-OpenSource/uuv/commit/e8e521ba4f3f5762cc69cdbb165ea151103d4087))
|
|
207
|
+
|
|
208
|
+
# [1.0.0-beta.33](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.32...a11y-v1.0.0-beta.33) (2024-07-07)
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
### Bug Fixes
|
|
212
|
+
|
|
213
|
+
* **assistant:** remove not required cucumber dependency ([da9f7b0](https://github.com/Orange-OpenSource/uuv/commit/da9f7b0089aeffc63604a306a799230fbcd70d3f))
|
|
214
|
+
|
|
215
|
+
|
|
216
|
+
### Features
|
|
217
|
+
|
|
218
|
+
* **assistant:** update dependency @codemirror/view to v6.28.4 ([62aa840](https://github.com/Orange-OpenSource/uuv/commit/62aa8407bef7f2c953d1b7fe5a0b9fc8eb02812c))
|
|
219
|
+
* **assistant:** update dependency @uiw/codemirror-theme-github to v4.23.0 ([ca8e6b8](https://github.com/Orange-OpenSource/uuv/commit/ca8e6b83fac8b14ac0108ba263b968a2f9706528))
|
|
220
|
+
* **runner-cypress:** update dependency cypress to v13.13.0 ([78a9cfc](https://github.com/Orange-OpenSource/uuv/commit/78a9cfc4b0de465c527db65618bd9b4bd70704f6))
|
|
221
|
+
* **runner-playwright:** update dependency playwright-bdd to v6.6.0 ([f30b4d5](https://github.com/Orange-OpenSource/uuv/commit/f30b4d5ae5177e5a4281ee742debf0c3c73b47ac))
|
|
222
|
+
|
|
223
|
+
# [1.0.0-beta.32](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.31...a11y-v1.0.0-beta.32) (2024-07-02)
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
### Features
|
|
227
|
+
|
|
228
|
+
* introduce ipc-server to send uuv event, [#664](https://github.com/Orange-OpenSource/uuv/issues/664) ([270ac38](https://github.com/Orange-OpenSource/uuv/commit/270ac388a7abf17b0c296d029d6e12bd66a4f521))
|
|
229
|
+
|
|
230
|
+
# [1.0.0-beta.31](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.30...a11y-v1.0.0-beta.31) (2024-06-27)
|
|
231
|
+
|
|
232
|
+
|
|
233
|
+
### Bug Fixes
|
|
234
|
+
|
|
235
|
+
* **runner-cypress:** update testing-library monorepo ([bcedb57](https://github.com/Orange-OpenSource/uuv/commit/bcedb5749fd5f062cfb283bedabfe8ad87668c67))
|
|
236
|
+
|
|
237
|
+
# [1.0.0-beta.30](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.29...a11y-v1.0.0-beta.30) (2024-06-16)
|
|
238
|
+
|
|
239
|
+
|
|
240
|
+
### Bug Fixes
|
|
241
|
+
|
|
242
|
+
* **runner-cypress:** update dependency @badeball/cypress-cucumber-preprocessor to v20.0.7 ([8295ae2](https://github.com/Orange-OpenSource/uuv/commit/8295ae2a4bc40e9f4a8fe02ae440253a7e55c2ea))
|
|
243
|
+
* **runner-cypress:** update dependency @cypress/webpack-preprocessor to v6.0.2 ([1b097a0](https://github.com/Orange-OpenSource/uuv/commit/1b097a094faaa1d70b2df44b56e0073334c3135c))
|
|
244
|
+
|
|
245
|
+
# [1.0.0-beta.29](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.28...a11y-v1.0.0-beta.29) (2024-06-03)
|
|
246
|
+
|
|
247
|
+
|
|
248
|
+
### Bug Fixes
|
|
249
|
+
|
|
250
|
+
* **runner-cypress:** use badeball depency to generate cucumber json report, [#643](https://github.com/Orange-OpenSource/uuv/issues/643) ([caf36a3](https://github.com/Orange-OpenSource/uuv/commit/caf36a3269ab23a0c9163b45baf49b3a07bba5a6))
|
|
251
|
+
|
|
252
|
+
# [1.0.0-beta.28](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.27...a11y-v1.0.0-beta.28) (2024-05-31)
|
|
253
|
+
|
|
254
|
+
|
|
255
|
+
### Features
|
|
256
|
+
|
|
257
|
+
* **assistant:** redesign assistant and implement keyboard navigation, [#592](https://github.com/Orange-OpenSource/uuv/issues/592), closes [#623](https://github.com/Orange-OpenSource/uuv/issues/623) ([761bfae](https://github.com/Orange-OpenSource/uuv/commit/761bfae4cb6bf5b1bd1c018e93068ded70463821))
|
|
258
|
+
|
|
259
|
+
# [1.0.0-beta.27](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.26...a11y-v1.0.0-beta.27) (2024-05-24)
|
|
260
|
+
|
|
261
|
+
|
|
262
|
+
### Bug Fixes
|
|
263
|
+
|
|
264
|
+
* **runner-playwright:** update playwright monorepo to v1.44.1 ([f2a5cb2](https://github.com/Orange-OpenSource/uuv/commit/f2a5cb26c12af3030b09e2b2bd7de02d6b6504b4))
|
|
265
|
+
|
|
266
|
+
|
|
267
|
+
### Features
|
|
268
|
+
|
|
269
|
+
* **deps:** update dependency clsx to v2 ([d455fb5](https://github.com/Orange-OpenSource/uuv/commit/d455fb504839be771357589434afeed8f64ce1d9))
|
|
270
|
+
* **runner-cypress:** update dependency cypress to v13 ([d21c332](https://github.com/Orange-OpenSource/uuv/commit/d21c332b0de83b4adc77db72fc7e1865f7b6c997))
|
|
271
|
+
|
|
272
|
+
# [1.0.0-beta.26](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.25...a11y-v1.0.0-beta.26) (2024-05-14)
|
|
273
|
+
|
|
274
|
+
|
|
275
|
+
### Features
|
|
276
|
+
|
|
277
|
+
* **runner-cypress:** update dependency @badeball/cypress-cucumber-preprocessor to v20 ([e3e8e7c](https://github.com/Orange-OpenSource/uuv/commit/e3e8e7c6bea1a776d3e9dd1c225206b785bc390f))
|
|
278
|
+
* **runner-cypress:** update steps definitions for @badeball/cypress-cucumber-preprocessor v20 ([9ec1e82](https://github.com/Orange-OpenSource/uuv/commit/9ec1e826868632fff6443adadaf398ad7b6e2ec5))
|
|
279
|
+
* **runner-playwright:** update playwright monorepo to v1.44.0 ([bbd0518](https://github.com/Orange-OpenSource/uuv/commit/bbd051862e6020b8aa51bc850b5ac65a4361a4e4))
|
|
280
|
+
|
|
281
|
+
# [1.0.0-beta.25](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.24...a11y-v1.0.0-beta.25) (2024-05-10)
|
|
282
|
+
|
|
283
|
+
|
|
284
|
+
### Bug Fixes
|
|
285
|
+
|
|
286
|
+
* **runner-playwright:** update dependency axe-core to v4.9.1 ([770cd9f](https://github.com/Orange-OpenSource/uuv/commit/770cd9f8e4d87d64c2875dd9e629b3e6c6ad1931))
|
|
287
|
+
|
|
288
|
+
|
|
289
|
+
### Features
|
|
290
|
+
|
|
291
|
+
* **runner-cypress:** update dependency junit-report-merger to v7 ([7a9e310](https://github.com/Orange-OpenSource/uuv/commit/7a9e310dc192081c5feec543f2dca94468b34230))
|
|
292
|
+
|
|
293
|
+
# [1.0.0-beta.24](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.23...a11y-v1.0.0-beta.24) (2024-05-02)
|
|
294
|
+
|
|
295
|
+
|
|
296
|
+
### Features
|
|
297
|
+
|
|
298
|
+
* update package-lock for update dependency typescript to v5 ([f058481](https://github.com/Orange-OpenSource/uuv/commit/f058481e2ae75ba91e708a5c4dd8ce16c0f1a04f))
|
|
299
|
+
|
|
300
|
+
# [1.0.0-beta.23](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.22...a11y-v1.0.0-beta.23) (2024-04-22)
|
|
301
|
+
|
|
302
|
+
|
|
303
|
+
### Features
|
|
304
|
+
|
|
305
|
+
* (refactor) introduce uuv-cli engine from runner-commons, [#576](https://github.com/Orange-OpenSource/uuv/issues/576) ([6de2feb](https://github.com/Orange-OpenSource/uuv/commit/6de2feb2b2d74eddf1244694dfb7d697af28baf8))
|
|
306
|
+
* add unit tests for uuv-cli implementations, [#576](https://github.com/Orange-OpenSource/uuv/issues/576) ([7e67f13](https://github.com/Orange-OpenSource/uuv/commit/7e67f13b9929577162bce84c5e8b5c08a4396a09))
|
|
307
|
+
|
|
308
|
+
# [1.0.0-beta.22](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.21...a11y-v1.0.0-beta.22) (2024-04-14)
|
|
309
|
+
|
|
310
|
+
|
|
311
|
+
### Bug Fixes
|
|
312
|
+
|
|
313
|
+
* **runner-cypress:** update dependency is-admin to v4 ([768819f](https://github.com/Orange-OpenSource/uuv/commit/768819f114dcba0a8a92412cfd877544e187a289))
|
|
314
|
+
* **runner-playwright:** update dependency axe-core to v4.9.0 ([59a4a6f](https://github.com/Orange-OpenSource/uuv/commit/59a4a6f3d07cddad33a9596253ab8b0fbc85c7c3))
|
|
315
|
+
* **runner-playwright:** update playwright monorepo to v1.43.1 ([bf431d5](https://github.com/Orange-OpenSource/uuv/commit/bf431d5d3ec6cfc26845a44fb38251960546d27e))
|
|
316
|
+
|
|
317
|
+
# [1.0.0-beta.21](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.20...a11y-v1.0.0-beta.21) (2024-04-04)
|
|
318
|
+
|
|
319
|
+
|
|
320
|
+
### Bug Fixes
|
|
321
|
+
|
|
322
|
+
* update nx to version 18.2.1, fixes [#562](https://github.com/Orange-OpenSource/uuv/issues/562) ([669a363](https://github.com/Orange-OpenSource/uuv/commit/669a36307b02d8aa5b41609a08e794eae335b4ed))
|
|
323
|
+
|
|
324
|
+
# [1.0.0-beta.20](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.19...a11y-v1.0.0-beta.20) (2024-03-28)
|
|
325
|
+
|
|
326
|
+
|
|
327
|
+
### Features
|
|
328
|
+
|
|
329
|
+
* **deps:** update node.js to v20 ([f771f22](https://github.com/Orange-OpenSource/uuv/commit/f771f22197d7efc32bba6f8a345b5f6b2f3dd114))
|
|
330
|
+
|
|
331
|
+
# [1.0.0-beta.19](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.18...a11y-v1.0.0-beta.19) (2024-03-15)
|
|
332
|
+
|
|
333
|
+
|
|
334
|
+
### Bug Fixes
|
|
335
|
+
|
|
336
|
+
* **runner-cypress:** update dependency @cypress/webpack-preprocessor to v6 ([2e9a52b](https://github.com/Orange-OpenSource/uuv/commit/2e9a52b2cc1bfb05e96c212cdec0fd644f41d02b))
|
|
337
|
+
|
|
338
|
+
# [1.0.0-beta.18](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.17...a11y-v1.0.0-beta.18) (2024-03-10)
|
|
339
|
+
|
|
340
|
+
|
|
341
|
+
### Bug Fixes
|
|
342
|
+
|
|
343
|
+
* **runner-cypress:** update dependency @testing-library/cypress to v10 ([8ef11bf](https://github.com/Orange-OpenSource/uuv/commit/8ef11bfde65efb9ace5942113a03c06c6f8c3b6e))
|
|
344
|
+
* **runner-playwright:** update dependency axe-playwright to v2 ([7e3f1f4](https://github.com/Orange-OpenSource/uuv/commit/7e3f1f4793f89c9d826c341bb73f59d698c3dfa0))
|
|
345
|
+
|
|
346
|
+
# [1.0.0-beta.17](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.16...a11y-v1.0.0-beta.17) (2024-03-07)
|
|
347
|
+
|
|
348
|
+
|
|
349
|
+
### Bug Fixes
|
|
350
|
+
|
|
351
|
+
* fix husky migration to v9, [#530](https://github.com/Orange-OpenSource/uuv/issues/530) ([dbce11e](https://github.com/Orange-OpenSource/uuv/commit/dbce11e2c8edb8e759538eb9731fbe0ecfb06552))
|
|
352
|
+
|
|
353
|
+
|
|
354
|
+
### Features
|
|
355
|
+
|
|
356
|
+
* **flutter-finder-usercentric:** initialize flutter usercentric finder, [#423](https://github.com/Orange-OpenSource/uuv/issues/423) ([cedcc3a](https://github.com/Orange-OpenSource/uuv/commit/cedcc3a8803b07a21a9fa3ca18c86d7359743ebc))
|
|
357
|
+
* **runner-flutter:** initialize uuv_flutter e2e cucumber library, [#423](https://github.com/Orange-OpenSource/uuv/issues/423) ([bace2f6](https://github.com/Orange-OpenSource/uuv/commit/bace2f6a6e12b48d99fb69b84e7ce930b0292d4a))
|
|
358
|
+
|
|
359
|
+
# [1.0.0-beta.16](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.15...a11y-v1.0.0-beta.16) (2024-03-04)
|
|
360
|
+
|
|
361
|
+
|
|
362
|
+
### Bug Fixes
|
|
363
|
+
|
|
364
|
+
* **assistant:** update dependency @ant-design/icons to v5.3.1 ([a428304](https://github.com/Orange-OpenSource/uuv/commit/a428304f37759003424e79d93dc1d5582ef34626))
|
|
365
|
+
* **assistant:** update dependency antd to v5.15.0 ([cb516bc](https://github.com/Orange-OpenSource/uuv/commit/cb516bcd7bb6993c6d7de8ec3f24c7d0ce4dd8b7))
|
|
366
|
+
* fix semantic release ([aef0c23](https://github.com/Orange-OpenSource/uuv/commit/aef0c234009fa8eb6e6a1b63c158af7c407f318a))
|
|
367
|
+
* **runner-playwright:** update playwright monorepo to v1.42.1 ([d0e78f6](https://github.com/Orange-OpenSource/uuv/commit/d0e78f6c73be178e7c00bf4e88d57aef3b537a70))
|
|
368
|
+
|
|
369
|
+
## [1.0.0-beta.15](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.14...a11y-v1.0.0-beta.15) (2024-02-26)
|
|
370
|
+
|
|
371
|
+
|
|
372
|
+
### Features
|
|
373
|
+
|
|
374
|
+
* **a11y:** add rgaa criteria 8.*, [#476](https://github.com/Orange-OpenSource/uuv/issues/476) ([426184b](https://github.com/Orange-OpenSource/uuv/commit/426184b56bec5648f85dd86d54a733e445e7fdcd))
|
|
375
|
+
|
|
376
|
+
|
|
377
|
+
### Bug Fixes
|
|
378
|
+
|
|
379
|
+
* **runner-playwright:** update playwright monorepo to v1.41.2 ([8791934](https://github.com/Orange-OpenSource/uuv/commit/87919348646fb4e5fefed2dc8a16a86e61e7dfc2))
|
|
380
|
+
|
|
381
|
+
## [1.0.0-beta.14](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.13...a11y-v1.0.0-beta.14) (2024-02-25)
|
|
382
|
+
|
|
383
|
+
|
|
384
|
+
### Features
|
|
385
|
+
|
|
386
|
+
* add junit xml report option, [#491](https://github.com/Orange-OpenSource/uuv/issues/491) ([b64b0b2](https://github.com/Orange-OpenSource/uuv/commit/b64b0b2a60200269f558bcf7e0c75d8a74ffc226))
|
|
387
|
+
|
|
388
|
+
|
|
389
|
+
### Bug Fixes
|
|
390
|
+
|
|
391
|
+
* **runner-playwright:** update dependency @cucumber/tag-expressions to v6.1.0 ([47fb579](https://github.com/Orange-OpenSource/uuv/commit/47fb579ee50c26ed67af6390f4e678f8206b7226))
|
|
392
|
+
|
|
393
|
+
## [1.0.0-beta.13](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.12...a11y-v1.0.0-beta.13) (2024-02-24)
|
|
394
|
+
|
|
395
|
+
|
|
396
|
+
### Bug Fixes
|
|
397
|
+
|
|
398
|
+
* **assistant:** update dependency antd to v5.14.2 ([1335df6](https://github.com/Orange-OpenSource/uuv/commit/1335df676dd4641a4bda7b7f36d29d8216de0da4))
|
|
399
|
+
* **runner-cypress:** update dependency cypress-real-events to v1.12.0 ([55794fd](https://github.com/Orange-OpenSource/uuv/commit/55794fd04362ad2ece397d108ba400c50b152d59))
|
|
400
|
+
|
|
401
|
+
## [1.0.0-beta.12](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.11...a11y-v1.0.0-beta.12) (2024-02-23)
|
|
402
|
+
|
|
403
|
+
|
|
404
|
+
### Features
|
|
405
|
+
|
|
406
|
+
* **a11y:** add rgaa topic 6, [#457](https://github.com/Orange-OpenSource/uuv/issues/457) ([ae59c46](https://github.com/Orange-OpenSource/uuv/commit/ae59c46a8973ba4ad24d2d7479362c3f9a5b0b0b))
|
|
407
|
+
|
|
408
|
+
|
|
409
|
+
### Bug Fixes
|
|
410
|
+
|
|
411
|
+
* **a11y:** fix topic 5 typo in warning message, [#451](https://github.com/Orange-OpenSource/uuv/issues/451) ([ac503f0](https://github.com/Orange-OpenSource/uuv/commit/ac503f0641574c05222967eff0babc95bbc3f5fc))
|
|
412
|
+
* **assistant:** update dependency @ant-design/icons to v5.3.0 ([b4b2782](https://github.com/Orange-OpenSource/uuv/commit/b4b2782cfa93290a2e3cece937c02c1b00aec938))
|
|
413
|
+
|
|
414
|
+
## [1.0.0-beta.11](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.10...a11y-v1.0.0-beta.11) (2024-02-21)
|
|
415
|
+
|
|
416
|
+
|
|
417
|
+
### Bug Fixes
|
|
418
|
+
|
|
419
|
+
* **deps:** update dependency @mdx-js/react to v3.0.1 ([e4ba234](https://github.com/Orange-OpenSource/uuv/commit/e4ba234ec2883f93e6003a7c27843a35f119281b))
|
|
420
|
+
|
|
421
|
+
## [1.0.0-beta.10](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.9...a11y-v1.0.0-beta.10) (2024-02-15)
|
|
422
|
+
|
|
423
|
+
|
|
424
|
+
### Bug Fixes
|
|
425
|
+
|
|
426
|
+
* **runner-playwright:** update dependency axe-core to v4.8.4 ([1db34e2](https://github.com/Orange-OpenSource/uuv/commit/1db34e26b498bfc83d47cfd98064faa1aa65f558))
|
|
427
|
+
|
|
428
|
+
## [1.0.0-beta.9](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.8...a11y-v1.0.0-beta.9) (2024-02-13)
|
|
429
|
+
|
|
430
|
+
|
|
431
|
+
### Bug Fixes
|
|
432
|
+
|
|
433
|
+
* update dependency multiple-cucumber-html-reporter to v3.6.2 ([95d85c3](https://github.com/Orange-OpenSource/uuv/commit/95d85c3f29ff261232f75c83175d795b63766a89))
|
|
434
|
+
|
|
435
|
+
## [1.0.0-beta.8](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.7...a11y-v1.0.0-beta.8) (2024-02-13)
|
|
436
|
+
|
|
437
|
+
|
|
438
|
+
### Features
|
|
439
|
+
|
|
440
|
+
* **a11y:** add rgaa criteria 5.1 to 5.5, [#451](https://github.com/Orange-OpenSource/uuv/issues/451) ([fa3b369](https://github.com/Orange-OpenSource/uuv/commit/fa3b3693e102b54e1d72321aba573e66c864f4e3))
|
|
441
|
+
* **a11y:** add rgaa criteria 5.6 to 5.8, [#451](https://github.com/Orange-OpenSource/uuv/issues/451) ([9cdf4ad](https://github.com/Orange-OpenSource/uuv/commit/9cdf4ad0e5ba16d7b8ddb90e014d96fc741acc17))
|
|
442
|
+
|
|
443
|
+
## [1.0.0-beta.7](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.6...a11y-v1.0.0-beta.7) (2024-01-24)
|
|
444
|
+
|
|
445
|
+
|
|
446
|
+
### Features
|
|
447
|
+
|
|
448
|
+
* **a11y:** add rgaa topic 2, [#432](https://github.com/Orange-OpenSource/uuv/issues/432) ([#450](https://github.com/Orange-OpenSource/uuv/issues/450)) ([231d95b](https://github.com/Orange-OpenSource/uuv/commit/231d95b48ecfbeb0c86f44d0de0ca8c68df7b9f1))
|
|
449
|
+
|
|
450
|
+
## [1.0.0-beta.6](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.5...a11y-v1.0.0-beta.6) (2024-01-23)
|
|
451
|
+
|
|
452
|
+
|
|
453
|
+
### Features
|
|
454
|
+
|
|
455
|
+
* **a11y:** add RGAA 1.1.6 and 1.1.3, [#429](https://github.com/Orange-OpenSource/uuv/issues/429) ([0e65889](https://github.com/Orange-OpenSource/uuv/commit/0e65889b479651c27e16c29fdb8e5123fe689f03))
|
|
456
|
+
|
|
457
|
+
|
|
458
|
+
### Bug Fixes
|
|
459
|
+
|
|
460
|
+
* **runner-playwright:** update dependency axe-core to v4.8.3 ([4623485](https://github.com/Orange-OpenSource/uuv/commit/46234851677cf0e5f0479fe30bc786ae2a607f1e))
|
|
461
|
+
|
|
1
462
|
## [1.0.0-beta.5](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.4...a11y-v1.0.0-beta.5) (2024-01-21)
|
|
2
463
|
|
|
3
464
|
|
package/CONTRIBUTING.md
CHANGED
|
@@ -40,7 +40,7 @@ For example :
|
|
|
40
40
|
help: "adapt these attributes to be relevant"
|
|
41
41
|
})
|
|
42
42
|
```
|
|
43
|
-
**Adding a new rule may require you to create a new query, in which case remember to write the corresponding automated tests in the `a11y/test/query/**` directory.**
|
|
43
|
+
**Adding a new rule may require you to create a new query, in which case remember to write the corresponding automated tests in the `a11y/test/query/**` directory and export it `index.ts` of same directory.**
|
|
44
44
|
|
|
45
45
|
|
|
46
46
|
4. Create or enhance the automated topic test file in the directory `a11y/test/checker/**`.
|
package/LICENSE
CHANGED
|
@@ -2,8 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
MIT License
|
|
4
4
|
|
|
5
|
-
Copyright (c) 2023 Orange
|
|
6
|
-
|
|
7
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
8
6
|
this software and associated documentation files (the "Software"), to deal in
|
|
9
7
|
the Software without restriction, including without limitation the rights to use,
|
package/README.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
|
|
2
2
|
# @uuv/a11y
|
|
3
3
|
<div align="center">
|
|
4
|
-
<a href="https://
|
|
4
|
+
<a href="https://e2e-test-quest.github.io/uuv/">
|
|
5
5
|
<picture>
|
|
6
|
-
<img alt="UUV Logo" src="https://
|
|
6
|
+
<img alt="UUV Logo" src="https://e2e-test-quest.github.io/uuv/img/uuv.png">
|
|
7
7
|
</picture>
|
|
8
8
|
</a>
|
|
9
9
|
</div>
|
|
@@ -70,7 +70,7 @@ For each criterion of the RGAA, the following algorithm is executed :
|
|
|
70
70
|
|
|
71
71
|

|
|
72
72
|
|
|
73
|
-
**Consult [this page](https://
|
|
73
|
+
**Consult [this page](https://e2e-test-quest.github.io/uuv/docs/tools/uuv-a11y#rgaa) to find out which RGAA verifications are implemented in the library**
|
|
74
74
|
</p>
|
|
75
75
|
|
|
76
76
|
## Usage
|
|
@@ -156,22 +156,22 @@ For each criterion of the RGAA, the following algorithm is executed :
|
|
|
156
156
|
}
|
|
157
157
|
"""
|
|
158
158
|
```
|
|
159
|
-
You can also see the [French example](https://github.com/
|
|
159
|
+
You can also see the [French example](https://github.com/e2e-test-quest/uuv/blob/main/example/fr-rgaa.feature) or the complete [English example](https://github.com/e2e-test-quest/uuv/blob/main/example/en-rgaa.feature).
|
|
160
160
|
3. Then execute your tests :
|
|
161
161
|
```shell
|
|
162
162
|
npx uuv e2e
|
|
163
163
|
```
|
|
164
164
|
|
|
165
165
|
## Want to contribute ?
|
|
166
|
-
Your help is welcome, see the [Contributors guide](https://github.com/
|
|
166
|
+
Your help is welcome, see the [Contributors guide](https://github.com/e2e-test-quest/uuv/blob/main/packages/a11y/CONTRIBUTING.md).
|
|
167
167
|
|
|
168
168
|
## License
|
|
169
169
|
|
|
170
|
-
[<a href="https://github.com/
|
|
170
|
+
[<a href="https://github.com/e2e-test-quest/uuv/blob/main/LICENSE">
|
|
171
171
|
<img src="https://img.shields.io/badge/license-MIT-blue" alt="MIT license"/>
|
|
172
172
|
</a>](https://spdx.org/licenses/MIT.html)
|
|
173
173
|
|
|
174
|
-
This project is licensed under the terms of the [MIT license](https://github.com/
|
|
174
|
+
This project is licensed under the terms of the [MIT license](https://github.com/e2e-test-quest/uuv/blob/main/LICENSE).
|
|
175
175
|
|
|
176
176
|
## Authors
|
|
177
177
|
|