diff --git a/generate.go b/generate.go index 416a12c..cff09ba 100644 --- a/generate.go +++ b/generate.go @@ -12,9 +12,9 @@ type errorType string type parameterType string const ( - pass status = "pass" - fail status = "fail" - skip status = "skip" + pass status = "passed" + fail status = "failed" + skip status = "skipped" notExecuted status = "not executed" stepKind tokenKind = "step" conceptKind tokenKind = "concept"