testilo 43.1.3 → 43.1.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testilo",
3
- "version": "43.1.3",
3
+ "version": "43.1.5",
4
4
  "description": "Prepares Testaro jobs and processes Testaro reports",
5
5
  "main": "call.js",
6
6
  "scripts": {
@@ -36,7 +36,7 @@ const populateQuery = async (report, query) => {
36
36
  issueData.sort((a, b) => b[1].length - a[1].length);
37
37
  const dataLines = [];
38
38
  issueData.forEach(issueDatum => {
39
- dataLines.push(`<h3>Issue: ${issueDatum[0]}</h3>`);
39
+ dataLines.push(`<h3>${issueDatum[0]}</h3>`);
40
40
  dataLines.push(`<p>Reported by: ${issueDatum[1].join(', ')}</p>`);
41
41
  });
42
42
  query.data = dataLines.join(outerJoiner);
@@ -4806,6 +4806,21 @@ exports.issues = {
4806
4806
  }
4807
4807
  }
4808
4808
  },
4809
+ infoNeedsColor: {
4810
+ summary: 'color the only classifier?',
4811
+ why: 'Categories are indistinguishable',
4812
+ wcag: '1.4.1',
4813
+ weight: 1,
4814
+ tools: {
4815
+ ibm: {
4816
+ style_color_misuse: {
4817
+ variable: false,
4818
+ quality: 1,
4819
+ what: 'Color may be the only classifier'
4820
+ }
4821
+ }
4822
+ }
4823
+ },
4809
4824
  colorNamedRisk: {
4810
4825
  summary: 'color perception required?',
4811
4826
  why: 'Content is impossible to perceive under some conditions',