testaro 2.2.7 → 2.2.8

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/index.js +3 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1138,6 +1138,9 @@ const doBatch = async (options, reportTemplate, hostIndex = 0) => {
1138
1138
  hostReport.id = `${options.id}-${host.id}`;
1139
1139
  hostReport.orderUserName = options.userName;
1140
1140
  hostReport.orderTime = options.orderTime;
1141
+ hostReport.assignedBy = options.assignedBy;
1142
+ hostReport.assignedTime = options.assignedTime;
1143
+ hostReport.tester = options.tester;
1141
1144
  hostReport.scriptName = options.scriptName;
1142
1145
  hostReport.batchName = options.batchName;
1143
1146
  hostReport.scriptIsValid = options.scriptIsValid;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testaro",
3
- "version": "2.2.7",
3
+ "version": "2.2.8",
4
4
  "description": "Automation of accessibility testing",
5
5
  "main": "index.js",
6
6
  "scripts": {