apify-test-tools 0.2.4 → 0.3.0

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/lib/lib.ts CHANGED
@@ -270,6 +270,7 @@ const createStartRunFn = <T>(actorNameOrId: string, testContext: TestContext) =>
270
270
  task.meta = {
271
271
  runId: run.id,
272
272
  runLink,
273
+ actorName: actorNameOrId,
273
274
  };
274
275
 
275
276
  // waiting for datasetItemCount and chargedEventCounts to sync
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apify-test-tools",
3
- "version": "0.2.4",
3
+ "version": "0.3.0",
4
4
  "type": "module",
5
5
  "description": "TBD",
6
6
  "engines": {