@dev-blinq/cucumber_client 1.0.1182-stage → 1.0.1183-stage
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.
|
@@ -1193,8 +1193,8 @@ export class BVTRecorder {
|
|
|
1193
1193
|
}
|
|
1194
1194
|
async resetExecution({ tags = [] }) {
|
|
1195
1195
|
// run after hooks followed by before hooks
|
|
1196
|
-
await this.
|
|
1197
|
-
await this.
|
|
1196
|
+
await this.initExecution({ tags });
|
|
1197
|
+
await this.cleanupExecution({ tags });
|
|
1198
1198
|
}
|
|
1199
1199
|
}
|
|
1200
1200
|
|