Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 95276a7

Browse files
shyamseshadrimhevery
authored andcommitted
fix(scenario): emit RunnerBegin event
1 parent 5dbd942 commit 95276a7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/ngScenario/ObjectModel.js

+3
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@ angular.scenario.ObjectModel = function(runner) {
106106
self.emit('StepError', it, modelStep, error);
107107
});
108108

109+
runner.on('RunnerBegin', function() {
110+
self.emit('RunnerBegin');
111+
});
109112
runner.on('RunnerEnd', function() {
110113
self.emit('RunnerEnd');
111114
});

0 commit comments

Comments
 (0)