We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6333f0 commit e26dd03Copy full SHA for e26dd03
src/service.js
@@ -56,6 +56,12 @@ export default class LambdaRestService {
56
}
57
58
59
+ beforeStep(step) {
60
+ if (!this.suiteTitle || this.suiteTitle == 'unknown scenario') {
61
+ this.suiteTitle = step?.step?.scenario?.name || 'unknown scenario';
62
+ }
63
64
+
65
afterSuite(suite) {
66
if (Object.prototype.hasOwnProperty.call(suite, 'error')) {
67
++this.failures;
0 commit comments