testilo 17.2.4 → 17.2.6

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/merge.js CHANGED
@@ -53,7 +53,8 @@ exports.merge = (script, batch, requester, isolate = false) => {
53
53
  which: '',
54
54
  what: ''
55
55
  },
56
- requester
56
+ requester,
57
+ sendReportTo: process.env.REPORT_URL || ''
57
58
  };
58
59
  // Add time properties to the job.
59
60
  protoJob.creationTime = creationTime;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testilo",
3
- "version": "17.2.4",
3
+ "version": "17.2.6",
4
4
  "description": "Prepares and processes Testaro reports",
5
5
  "main": "aim.js",
6
6
  "scripts": {
@@ -1207,8 +1207,8 @@ exports.issues = {
1207
1207
  wcag: '2.1.1',
1208
1208
  weight: 1,
1209
1209
  tools: {
1210
- htmlcs: {
1211
- 'link_button_space_key': {
1210
+ aslint: {
1211
+ link_button_space_key: {
1212
1212
  variable: false,
1213
1213
  quality: 1,
1214
1214
  what: 'Element has a button role but may fail to be keyboard-operable'