testilo 43.3.0 → 43.3.2

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/procs/score/tic.js +14 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testilo",
3
- "version": "43.3.0",
3
+ "version": "43.3.2",
4
4
  "description": "Prepares Testaro jobs and processes Testaro reports",
5
5
  "main": "call.js",
6
6
  "scripts": {
@@ -6073,6 +6073,13 @@ exports.issues = {
6073
6073
  what: 'Content simulates an unordered list without a ul?'
6074
6074
  }
6075
6075
  },
6076
+ ibm: {
6077
+ list_markup_review: {
6078
+ variable: false,
6079
+ quality: 1,
6080
+ what: 'List not using proper HTML elements?'
6081
+ }
6082
+ },
6076
6083
  wave: {
6077
6084
  list_possible: {
6078
6085
  variable: false,
@@ -8821,6 +8828,13 @@ exports.issues = {
8821
8828
  what: 'Element forces a page reload'
8822
8829
  }
8823
8830
  },
8831
+ axe: {
8832
+ 'meta-refresh': {
8833
+ variable: false,
8834
+ quality: 1,
8835
+ what: 'Delayed refresh under 20 hours is used'
8836
+ }
8837
+ },
8824
8838
  qualWeb: {
8825
8839
  'QW-ACT-R4': {
8826
8840
  variable: false,