diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml index b7a2ad437..76877be6c 100644 --- a/.github/workflows/ci-build.yaml +++ b/.github/workflows/ci-build.yaml @@ -51,7 +51,7 @@ jobs: if: failure() with: name: failed-cli-sanity-test - path: "webtau-cli-testing/src/test/groovy/*failed*.html" + path: "webtau-cli-testing/src/test/groovy/*report.html" retention-days: 2 - name: Upload reports testing reports diff --git a/pom.xml b/pom.xml index 2b3900ef5..7c4cb8316 100644 --- a/pom.xml +++ b/pom.xml @@ -148,7 +148,7 @@ UTF-8 - 3.0.15 + 4.0.13 2.14.0 1.7.30 5.3.19 @@ -171,19 +171,19 @@ - org.codehaus.groovy + org.apache.groovy groovy ${groovy.version} - org.codehaus.groovy + org.apache.groovy groovy-nio ${groovy.version} - org.codehaus.groovy + org.apache.groovy groovy-groovysh ${groovy.version} @@ -195,13 +195,13 @@ - org.codehaus.groovy + org.apache.groovy groovy-groovydoc ${groovy.version} - org.codehaus.groovy + org.apache.groovy groovy-test ${groovy.version} @@ -681,15 +681,15 @@ org.codehaus.gmavenplus gmavenplus-plugin - 1.10.1 + 2.1.0 - org.codehaus.groovy + org.apache.groovy groovy-groovydoc ${groovy.version} - org.codehaus.groovy + org.apache.groovy groovy ${groovy.version} diff --git a/webtau-cache/pom.xml b/webtau-cache/pom.xml index 3cd9c8558..f212af07f 100644 --- a/webtau-cache/pom.xml +++ b/webtau-cache/pom.xml @@ -47,13 +47,13 @@ - org.codehaus.groovy + org.apache.groovy groovy test - org.codehaus.groovy + org.apache.groovy groovy-nio test diff --git a/webtau-cli-groovy/pom.xml b/webtau-cli-groovy/pom.xml index 4b431e598..2e8990929 100644 --- a/webtau-cli-groovy/pom.xml +++ b/webtau-cli-groovy/pom.xml @@ -39,7 +39,7 @@ - org.codehaus.groovy + org.apache.groovy groovy-groovydoc runtime diff --git a/webtau-core-groovy/pom.xml b/webtau-core-groovy/pom.xml index 157ca30bb..cac3cccff 100644 --- a/webtau-core-groovy/pom.xml +++ b/webtau-core-groovy/pom.xml @@ -42,18 +42,18 @@ - org.codehaus.groovy + org.apache.groovy groovy-nio - org.codehaus.groovy + org.apache.groovy groovy-groovydoc runtime - org.codehaus.groovy + org.apache.groovy groovy-test test diff --git a/webtau-core-groovy/src/main/groovy/org/testingisdocumenting/webtau/data/expectation/equality/handlers/GroovyNullCompareToHandler.groovy b/webtau-core-groovy/src/main/groovy/org/testingisdocumenting/webtau/data/expectation/equality/handlers/GroovyNullCompareToHandler.groovy index 6867998e9..b292e45cf 100644 --- a/webtau-core-groovy/src/main/groovy/org/testingisdocumenting/webtau/data/expectation/equality/handlers/GroovyNullCompareToHandler.groovy +++ b/webtau-core-groovy/src/main/groovy/org/testingisdocumenting/webtau/data/expectation/equality/handlers/GroovyNullCompareToHandler.groovy @@ -1,4 +1,5 @@ /* + * Copyright 2023 webtau maintainers * Copyright 2019 TWO SIGMA OPEN SOURCE, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/webtau-core-groovy/src/test/groovy/org/testingisdocumenting/webtau/data/expectation/equality/handlers/GroovyNullCompareToHandlerTest.groovy b/webtau-core-groovy/src/test/groovy/org/testingisdocumenting/webtau/data/expectation/equality/handlers/GroovyNullCompareToHandlerTest.groovy index 4ea305d87..28bd15805 100644 --- a/webtau-core-groovy/src/test/groovy/org/testingisdocumenting/webtau/data/expectation/equality/handlers/GroovyNullCompareToHandlerTest.groovy +++ b/webtau-core-groovy/src/test/groovy/org/testingisdocumenting/webtau/data/expectation/equality/handlers/GroovyNullCompareToHandlerTest.groovy @@ -1,4 +1,5 @@ /* + * Copyright 2023 webtau maintainers * Copyright 2019 TWO SIGMA OPEN SOURCE, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/webtau-core-groovy/src/test/groovy/org/testingisdocumenting/webtau/groovy/ast/ShouldAstTransformationTest.groovy b/webtau-core-groovy/src/test/groovy/org/testingisdocumenting/webtau/groovy/ast/ShouldAstTransformationTest.groovy index 4a2732364..e8316b49c 100644 --- a/webtau-core-groovy/src/test/groovy/org/testingisdocumenting/webtau/groovy/ast/ShouldAstTransformationTest.groovy +++ b/webtau-core-groovy/src/test/groovy/org/testingisdocumenting/webtau/groovy/ast/ShouldAstTransformationTest.groovy @@ -17,6 +17,7 @@ package org.testingisdocumenting.webtau.groovy.ast +import groovy.test.GroovyTestCase import org.testingisdocumenting.webtau.data.ValuePath import org.testingisdocumenting.webtau.expectation.ExpectationHandler import org.testingisdocumenting.webtau.expectation.ExpectationHandlers diff --git a/webtau-core/pom.xml b/webtau-core/pom.xml index 488adfc06..c8e0dad94 100644 --- a/webtau-core/pom.xml +++ b/webtau-core/pom.xml @@ -61,7 +61,7 @@ - org.codehaus.groovy + org.apache.groovy groovy test diff --git a/webtau-core/src/main/java/org/testingisdocumenting/webtau/reporter/stacktrace/StackTraceUtils.java b/webtau-core/src/main/java/org/testingisdocumenting/webtau/reporter/stacktrace/StackTraceUtils.java index bae55f03f..b8a15236b 100644 --- a/webtau-core/src/main/java/org/testingisdocumenting/webtau/reporter/stacktrace/StackTraceUtils.java +++ b/webtau-core/src/main/java/org/testingisdocumenting/webtau/reporter/stacktrace/StackTraceUtils.java @@ -35,7 +35,7 @@ public class StackTraceUtils { "com.sun.", "org.testingisdocumenting.webtau", "org.apache.maven", - "org.codehaus.groovy", + "org.apache.groovy", "org.junit", "com.intellij", "org.codehaus.plexus", diff --git a/webtau-dist/pom.xml b/webtau-dist/pom.xml index 398790b10..1ac6a6b48 100644 --- a/webtau-dist/pom.xml +++ b/webtau-dist/pom.xml @@ -42,17 +42,17 @@ - org.codehaus.groovy + org.apache.groovy groovy - org.codehaus.groovy + org.apache.groovy groovy-nio - org.codehaus.groovy + org.apache.groovy groovy-groovysh diff --git a/webtau-feature-testing/pom.xml b/webtau-feature-testing/pom.xml index 13a45c9ab..58ce4e519 100644 --- a/webtau-feature-testing/pom.xml +++ b/webtau-feature-testing/pom.xml @@ -104,7 +104,7 @@ - org.codehaus.groovy + org.apache.groovy groovy-groovydoc runtime diff --git a/webtau-graphql-groovy/pom.xml b/webtau-graphql-groovy/pom.xml index 3f6d05461..af82edc5b 100644 --- a/webtau-graphql-groovy/pom.xml +++ b/webtau-graphql-groovy/pom.xml @@ -45,7 +45,7 @@ - org.codehaus.groovy + org.apache.groovy groovy-groovydoc runtime diff --git a/webtau-groovy-app/src/main/groovy/org/testingisdocumenting/webtau/app/WebTauCliApp.groovy b/webtau-groovy-app/src/main/groovy/org/testingisdocumenting/webtau/app/WebTauCliApp.groovy index 102117850..367edd2ba 100644 --- a/webtau-groovy-app/src/main/groovy/org/testingisdocumenting/webtau/app/WebTauCliApp.groovy +++ b/webtau-groovy-app/src/main/groovy/org/testingisdocumenting/webtau/app/WebTauCliApp.groovy @@ -213,7 +213,7 @@ class WebTauCliApp implements TestListener, ReportGenerator { @Override void generate(WebTauReport report) { - problemCount = (int) (report.failed + report.errored) + problemCount = (int) (report.getFailed() + report.getErrored()) } private static void setupAnsi() { diff --git a/webtau-groovy-ast/pom.xml b/webtau-groovy-ast/pom.xml index 07e30ccfb..f5d334ce3 100644 --- a/webtau-groovy-ast/pom.xml +++ b/webtau-groovy-ast/pom.xml @@ -35,18 +35,18 @@ - org.codehaus.groovy + org.apache.groovy groovy - org.codehaus.groovy + org.apache.groovy groovy-groovydoc runtime - org.codehaus.groovy + org.apache.groovy groovy-test test diff --git a/webtau-groovy-ast/src/main/groovy/org/testingisdocumenting/webtau/groovy/ast/ShouldAstCodeTransformer.groovy b/webtau-groovy-ast/src/main/groovy/org/testingisdocumenting/webtau/groovy/ast/ShouldAstCodeTransformer.groovy index bede2d580..c93e670c9 100644 --- a/webtau-groovy-ast/src/main/groovy/org/testingisdocumenting/webtau/groovy/ast/ShouldAstCodeTransformer.groovy +++ b/webtau-groovy-ast/src/main/groovy/org/testingisdocumenting/webtau/groovy/ast/ShouldAstCodeTransformer.groovy @@ -1,4 +1,5 @@ /* + * Copyright 2023 webtau maintainers * Copyright 2019 TWO SIGMA OPEN SOURCE, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -16,9 +17,6 @@ package org.testingisdocumenting.webtau.groovy.ast -import org.testingisdocumenting.webtau.WebTauCore -import groovy.transform.CompileStatic -import groovy.transform.PackageScope import org.codehaus.groovy.ast.ClassCodeExpressionTransformer import org.codehaus.groovy.ast.ClassNode import org.codehaus.groovy.ast.expr.ArgumentListExpression @@ -29,6 +27,9 @@ import org.codehaus.groovy.ast.expr.MethodCallExpression import org.codehaus.groovy.ast.expr.PropertyExpression import org.codehaus.groovy.ast.expr.StaticMethodCallExpression import org.codehaus.groovy.control.SourceUnit +import org.testingisdocumenting.webtau.WebTauCore +import groovy.transform.CompileStatic +import groovy.transform.PackageScope @PackageScope @CompileStatic diff --git a/webtau-groovy-ast/src/main/groovy/org/testingisdocumenting/webtau/groovy/ast/ShouldAstTransformation.groovy b/webtau-groovy-ast/src/main/groovy/org/testingisdocumenting/webtau/groovy/ast/ShouldAstTransformation.groovy index 2474b09e5..2b9995a06 100644 --- a/webtau-groovy-ast/src/main/groovy/org/testingisdocumenting/webtau/groovy/ast/ShouldAstTransformation.groovy +++ b/webtau-groovy-ast/src/main/groovy/org/testingisdocumenting/webtau/groovy/ast/ShouldAstTransformation.groovy @@ -1,4 +1,5 @@ /* + * Copyright 2023 webtau maintainers * Copyright 2019 TWO SIGMA OPEN SOURCE, LLC * * Licensed under the Apache License, Version 2.0 (the 'License'); diff --git a/webtau-groovy/pom.xml b/webtau-groovy/pom.xml index 6fc9a7b2c..efb4195b2 100644 --- a/webtau-groovy/pom.xml +++ b/webtau-groovy/pom.xml @@ -81,12 +81,12 @@ - org.codehaus.groovy + org.apache.groovy groovy-groovysh - org.codehaus.groovy + org.apache.groovy groovy-groovydoc runtime diff --git a/webtau-http-groovy/pom.xml b/webtau-http-groovy/pom.xml index eae421459..8cf425166 100644 --- a/webtau-http-groovy/pom.xml +++ b/webtau-http-groovy/pom.xml @@ -46,7 +46,7 @@ - org.codehaus.groovy + org.apache.groovy groovy-groovydoc runtime diff --git a/webtau-java-runner/pom.xml b/webtau-java-runner/pom.xml index f0a79da33..9a131ede5 100644 --- a/webtau-java-runner/pom.xml +++ b/webtau-java-runner/pom.xml @@ -42,7 +42,7 @@ - org.codehaus.groovy + org.apache.groovy groovy test diff --git a/webtau-junit5-groovy/pom.xml b/webtau-junit5-groovy/pom.xml index ed27e8497..3c8288c0e 100644 --- a/webtau-junit5-groovy/pom.xml +++ b/webtau-junit5-groovy/pom.xml @@ -42,7 +42,7 @@ - org.codehaus.groovy + org.apache.groovy groovy-groovydoc runtime diff --git a/webtau-maven-plugin-test-skip/pom.xml b/webtau-maven-plugin-test-skip/pom.xml index 89f73f283..cccdfedbc 100644 --- a/webtau-maven-plugin-test-skip/pom.xml +++ b/webtau-maven-plugin-test-skip/pom.xml @@ -35,7 +35,7 @@ - org.codehaus.groovy + org.apache.groovy groovy-groovydoc runtime diff --git a/webtau-maven-plugin-test/pom.xml b/webtau-maven-plugin-test/pom.xml index 9ad51780d..bc986fbfd 100644 --- a/webtau-maven-plugin-test/pom.xml +++ b/webtau-maven-plugin-test/pom.xml @@ -35,7 +35,7 @@ - org.codehaus.groovy + org.apache.groovy groovy-groovydoc runtime diff --git a/webtau-maven-plugin/pom.xml b/webtau-maven-plugin/pom.xml index e34a20af6..70dd6ad37 100644 --- a/webtau-maven-plugin/pom.xml +++ b/webtau-maven-plugin/pom.xml @@ -56,7 +56,7 @@ - org.codehaus.groovy + org.apache.groovy groovy-groovydoc runtime diff --git a/webtau-reactjs/src/test-data/testData.js b/webtau-reactjs/src/test-data/testData.js index c0f074651..1b281a383 100644 --- a/webtau-reactjs/src/test-data/testData.js +++ b/webtau-reactjs/src/test-data/testData.js @@ -320,7 +320,7 @@ export const withCliDataReport = { }, ], fullStackTrace: - 'java.lang.AssertionError: \nprocess output expect to contain "versian:"\nprocess output: mismatches:\n \n process output[0]: actual string: welcome to my script\n expected pattern: \\Qversian:\\E\n process output[1]: actual string: version: 12.43.2\n expected pattern: \\Qversian:\\E\n\tat org.testingisdocumenting.webtau.expectation.ActualValue.handleMismatch(ActualValue.java:84)\n\tat org.testingisdocumenting.webtau.expectation.ActualValue.should(ActualValue.java:39)\n\tat org.testingisdocumenting.webtau.reporter.ValueMatcherExpectationSteps.lambda$shouldStep$0(ValueMatcherExpectationSteps.java:33)\n\tat org.testingisdocumenting.webtau.reporter.TestStep.lambda$toSupplier$2(TestStep.java:243)\n\tat org.testingisdocumenting.webtau.reporter.TestStep.execute(TestStep.java:178)\n\tat org.testingisdocumenting.webtau.reporter.ValueMatcherExpectationSteps.executeStep(ValueMatcherExpectationSteps.java:72)\n\tat org.testingisdocumenting.webtau.reporter.ValueMatcherExpectationSteps.shouldStep(ValueMatcherExpectationSteps.java:31)\n\tat org.testingisdocumenting.webtau.cli.expectation.CliResultExpectations.should(CliResultExpectations.java:32)\n\tat org.testingisdocumenting.webtau.cli.expectation.CliResultExpectations$should.call(Unknown Source)\n\tat org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:115)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:127)\n\tat scenarios.cli.errorRuns$_run_closure1$_closure3.doCall(errorRuns.groovy:7)\n\tat scenarios.cli.errorRuns$_run_closure1$_closure3.doCall(errorRuns.groovy)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:104)\n\tat groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:326)\n\tat org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:264)\n\tat groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1041)\n\tat org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:41)\n\tat org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:115)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:119)\n\tat org.testingisdocumenting.webtau.cli.CliExtension$1.handle(CliExtension.groovy:41)\n\tat org.testingisdocumenting.webtau.cli.Cli.lambda$run$1(Cli.java:70)\n\tat org.testingisdocumenting.webtau.cli.Cli.lambda$runAndValidate$5(Cli.java:126)\n\tat org.testingisdocumenting.webtau.expectation.ExpectationHandlers.withAdditionalHandler(ExpectationHandlers.java:42)\n\tat org.testingisdocumenting.webtau.cli.Cli.runAndValidate(Cli.java:125)\n\tat org.testingisdocumenting.webtau.cli.Cli.lambda$cliStep$3(Cli.java:87)\n\tat org.testingisdocumenting.webtau.reporter.TestStep.lambda$toSupplier$2(TestStep.java:243)\n\tat org.testingisdocumenting.webtau.reporter.TestStep.execute(TestStep.java:178)\n\tat org.testingisdocumenting.webtau.cli.Cli.cliStep(Cli.java:90)\n\tat org.testingisdocumenting.webtau.cli.Cli.run(Cli.java:69)\n\tat org.testingisdocumenting.webtau.cli.Cli.run(Cli.java:65)\n\tat org.testingisdocumenting.webtau.cli.Cli$run.call(Unknown Source)\n\tat org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:115)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:135)\n\tat org.testingisdocumenting.webtau.cli.CliExtension.run(CliExtension.groovy:27)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.codehaus.groovy.runtime.metaclass.ReflectionMetaMethod.invoke(ReflectionMetaMethod.java:54)\n\tat org.codehaus.groovy.runtime.metaclass.NewInstanceMetaMethod.invoke(NewInstanceMetaMethod.java:56)\n\tat org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite$PojoMetaMethodSiteNoUnwrapNoCoerce.invoke(PojoMetaMethodSite.java:246)\n\tat org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite.call(PojoMetaMethodSite.java:55)\n\tat org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:115)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:135)\n\tat scenarios.cli.errorRuns$_run_closure1.doCall(errorRuns.groovy:6)\n\tat scenarios.cli.errorRuns$_run_closure1.doCall(errorRuns.groovy)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:104)\n\tat groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:326)\n\tat org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:264)\n\tat groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1041)\n\tat groovy.lang.Closure.call(Closure.java:411)\n\tat groovy.lang.Closure.call(Closure.java:405)\n\tat groovy.lang.Closure.run(Closure.java:492)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:104)\n\tat groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:326)\n\tat org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:264)\n\tat groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1041)\n\tat org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:41)\n\tat org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)\n\tat org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:56)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:119)\n\tat org.testingisdocumenting.webtau.runner.standalone.StandaloneTest$_run_closure1.doCall(StandaloneTest.groovy:100)\n\tat org.testingisdocumenting.webtau.runner.standalone.StandaloneTest$_run_closure1.doCall(StandaloneTest.groovy)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:104)\n\tat groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:326)\n\tat org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:264)\n\tat groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1041)\n\tat groovy.lang.Closure.call(Closure.java:411)\n\tat org.codehaus.groovy.runtime.ConvertedClosure.invokeCustom(ConvertedClosure.java:50)\n\tat org.codehaus.groovy.runtime.ConversionHandler.invoke(ConversionHandler.java:122)\n\tat com.sun.proxy.$Proxy12.get(Unknown Source)\n\tat org.testingisdocumenting.webtau.reporter.StepReporters.withAdditionalReporter(StepReporters.java:48)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:104)\n\tat groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:326)\n\tat org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite$StaticMetaMethodSiteNoUnwrap.invoke(StaticMetaMethodSite.java:133)\n\tat org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite.call(StaticMetaMethodSite.java:91)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:135)\n\tat org.testingisdocumenting.webtau.runner.standalone.StandaloneTest.run(StandaloneTest.groovy:96)\n\tat org.testingisdocumenting.webtau.runner.standalone.StandaloneTest$run.call(Unknown Source)\n\tat org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:115)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:119)\n\tat org.testingisdocumenting.webtau.runner.standalone.StandaloneTestRunner.runTestIfNotTerminated(StandaloneTestRunner.groovy:192)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.codehaus.groovy.runtime.callsite.PlainObjectMetaMethodSite.doInvoke(PlainObjectMetaMethodSite.java:43)\n\tat org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite$PogoCachedMethodSiteNoUnwrapNoCoerce.invoke(PogoMetaMethodSite.java:190)\n\tat org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.callCurrent(PogoMetaMethodSite.java:58)\n\tat org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:51)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:156)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:168)\n\tat org.testingisdocumenting.webtau.runner.standalone.StandaloneTestRunner.runTestAndNotifyListeners(StandaloneTestRunner.groovy:154)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:104)\n\tat groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:326)\n\tat org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:352)\n\tat org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.callCurrent(PogoMetaClassSite.java:68)\n\tat org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:51)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:156)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:168)\n\tat org.testingisdocumenting.webtau.runner.standalone.StandaloneTestRunner$_runTestsFromStream_closure10$_closure15$_closure16.doCall(StandaloneTestRunner.groovy:184)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:104)\n\tat groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:326)\n\tat org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:264)\n\tat groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1041)\n\tat groovy.lang.Closure.call(Closure.java:411)\n\tat org.codehaus.groovy.runtime.ConvertedClosure.invokeCustom(ConvertedClosure.java:50)\n\tat org.codehaus.groovy.runtime.ConversionHandler.invoke(ConversionHandler.java:122)\n\tat com.sun.proxy.$Proxy14.accept(Unknown Source)\n\tat java.base/java.util.ArrayList.forEach(ArrayList.java:1540)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.codehaus.groovy.runtime.callsite.PlainObjectMetaMethodSite.doInvoke(PlainObjectMetaMethodSite.java:43)\n\tat org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite$PojoCachedMethodSiteNoUnwrap.invoke(PojoMetaMethodSite.java:202)\n\tat org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite.call(PojoMetaMethodSite.java:55)\n\tat org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:115)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:127)\n\tat org.testingisdocumenting.webtau.runner.standalone.StandaloneTestRunner$_runTestsFromStream_closure10$_closure15.doCall(StandaloneTestRunner.groovy:183)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:104)\n\tat groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:326)\n\tat org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:264)\n\tat groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1041)\n\tat groovy.lang.Closure.call(Closure.java:411)\n\tat org.codehaus.groovy.runtime.ConvertedClosure.invokeCustom(ConvertedClosure.java:50)\n\tat org.codehaus.groovy.runtime.ConversionHandler.invoke(ConversionHandler.java:122)\n\tat com.sun.proxy.$Proxy14.accept(Unknown Source)\n\tat java.base/java.util.Iterator.forEachRemaining(Iterator.java:133)\n\tat java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801)\n\tat java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.codehaus.groovy.runtime.callsite.PlainObjectMetaMethodSite.doInvoke(PlainObjectMetaMethodSite.java:43)\n\tat org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite$PojoCachedMethodSiteNoUnwrap.invoke(PojoMetaMethodSite.java:202)\n\tat org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite.call(PojoMetaMethodSite.java:55)\n\tat org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:115)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:127)\n\tat org.testingisdocumenting.webtau.runner.standalone.StandaloneTestRunner$_runTestsFromStream_closure10.doCall(StandaloneTestRunner.groovy:181)\n\tat org.testingisdocumenting.webtau.runner.standalone.StandaloneTestRunner$_runTestsFromStream_closure10.doCall(StandaloneTestRunner.groovy)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:104)\n\tat groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:326)\n\tat org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:264)\n\tat groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1041)\n\tat org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:41)\n\tat org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:115)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:119)\n\tat org.testingisdocumenting.webtau.runner.standalone.StandaloneTestRunner.resetAndWithListeners(StandaloneTestRunner.groovy:162)\n\tat org.testingisdocumenting.webtau.runner.standalone.StandaloneTestRunner$resetAndWithListeners$2.callCurrent(Unknown Source)\n\tat org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:51)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:156)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:168)\n\tat org.testingisdocumenting.webtau.runner.standalone.StandaloneTestRunner.runTestsFromStream(StandaloneTestRunner.groovy:169)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.codehaus.groovy.runtime.callsite.PlainObjectMetaMethodSite.doInvoke(PlainObjectMetaMethodSite.java:43)\n\tat org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite$PogoCachedMethodSiteNoUnwrap.invoke(PogoMetaMethodSite.java:179)\n\tat org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.callCurrent(PogoMetaMethodSite.java:58)\n\tat org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:51)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:156)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:168)\n\tat org.testingisdocumenting.webtau.runner.standalone.StandaloneTestRunner.runTests(StandaloneTestRunner.groovy:140)\n\tat org.testingisdocumenting.webtau.runner.standalone.StandaloneTestRunner$runTests$1.call(Unknown Source)\n\tat org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:115)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:119)\n\tat org.testingisdocumenting.webtau.cli.WebTauCliApp.runTests(WebTauCliApp.groovy:173)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:104)\n\tat groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:326)\n\tat org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:352)\n\tat org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.callCurrent(PogoMetaClassSite.java:68)\n\tat org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:51)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:156)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:160)\n\tat org.testingisdocumenting.webtau.cli.WebTauCliApp$_start_closure2.doCall(WebTauCliApp.groovy:89)\n\tat org.testingisdocumenting.webtau.cli.WebTauCliApp$_start_closure2.doCall(WebTauCliApp.groovy)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:104)\n\tat groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:326)\n\tat org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:264)\n\tat groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1041)\n\tat org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:41)\n\tat org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:115)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:119)\n\tat org.testingisdocumenting.webtau.cli.WebTauCliApp.prepareTestsAndRun(WebTauCliApp.groovy:124)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.codehaus.groovy.runtime.callsite.PlainObjectMetaMethodSite.doInvoke(PlainObjectMetaMethodSite.java:43)\n\tat org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite$PogoCachedMethodSiteNoUnwrapNoCoerce.invoke(PogoMetaMethodSite.java:190)\n\tat org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.callCurrent(PogoMetaMethodSite.java:58)\n\tat org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:51)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:156)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:176)\n\tat org.testingisdocumenting.webtau.cli.WebTauCliApp.start(WebTauCliApp.groovy:88)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.codehaus.groovy.runtime.callsite.PlainObjectMetaMethodSite.doInvoke(PlainObjectMetaMethodSite.java:43)\n\tat org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite$PogoCachedMethodSiteNoUnwrap.invoke(PogoMetaMethodSite.java:179)\n\tat org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.call(PogoMetaMethodSite.java:70)\n\tat org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:115)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:135)\n\tat org.testingisdocumenting.webtau.featuretesting.WebTauEndToEndTestRunner.runCli(WebTauEndToEndTestRunner.groovy:85)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.codehaus.groovy.runtime.callsite.PlainObjectMetaMethodSite.doInvoke(PlainObjectMetaMethodSite.java:43)\n\tat org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite$PogoCachedMethodSiteNoUnwrap.invoke(PogoMetaMethodSite.java:179)\n\tat org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.call(PogoMetaMethodSite.java:70)\n\tat org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:115)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:143)\n\tat org.testingisdocumenting.webtau.featuretesting.WebTauCliFeaturesTest.runCli(WebTauCliFeaturesTest.groovy:41)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:104)\n\tat groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:326)\n\tat org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite.invoke(StaticMetaMethodSite.java:46)\n\tat org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite.callStatic(StaticMetaMethodSite.java:102)\n\tat org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallStatic(CallSiteArray.java:55)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.callStatic(AbstractCallSite.java:196)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.callStatic(AbstractCallSite.java:216)\n\tat org.testingisdocumenting.webtau.featuretesting.WebTauCliFeaturesTest.error script run(WebTauCliFeaturesTest.groovy:37)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)\n\tat org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)\n\tat org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)\n\tat org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)\n\tat org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)\n\tat org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)\n\tat org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)\n\tat org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)\n\tat org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)\n\tat org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)\n\tat org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)\n\tat org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)\n\tat org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)\n\tat org.junit.runners.ParentRunner.run(ParentRunner.java:363)\n\tat org.junit.runner.JUnitCore.run(JUnitCore.java:137)\n\tat com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:68)\n\tat com.intellij.rt.execution.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:47)\n\tat com.intellij.rt.execution.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:242)\n\tat com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:70)\n', + 'java.lang.AssertionError: \nprocess output expect to contain "versian:"\nprocess output: mismatches:\n \n process output[0]: actual string: welcome to my script\n expected pattern: \\Qversian:\\E\n process output[1]: actual string: version: 12.43.2\n expected pattern: \\Qversian:\\E\n\tat org.testingisdocumenting.webtau.expectation.ActualValue.handleMismatch(ActualValue.java:84)\n\tat org.testingisdocumenting.webtau.expectation.ActualValue.should(ActualValue.java:39)\n\tat org.testingisdocumenting.webtau.reporter.ValueMatcherExpectationSteps.lambda$shouldStep$0(ValueMatcherExpectationSteps.java:33)\n\tat org.testingisdocumenting.webtau.reporter.TestStep.lambda$toSupplier$2(TestStep.java:243)\n\tat org.testingisdocumenting.webtau.reporter.TestStep.execute(TestStep.java:178)\n\tat org.testingisdocumenting.webtau.reporter.ValueMatcherExpectationSteps.executeStep(ValueMatcherExpectationSteps.java:72)\n\tat org.testingisdocumenting.webtau.reporter.ValueMatcherExpectationSteps.shouldStep(ValueMatcherExpectationSteps.java:31)\n\tat org.testingisdocumenting.webtau.cli.expectation.CliResultExpectations.should(CliResultExpectations.java:32)\n\tat org.testingisdocumenting.webtau.cli.expectation.CliResultExpectations$should.call(Unknown Source)\n\tat org.apache.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)\n\tat org.apache.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:115)\n\tat org.apache.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:127)\n\tat scenarios.cli.errorRuns$_run_closure1$_closure3.doCall(errorRuns.groovy:7)\n\tat scenarios.cli.errorRuns$_run_closure1$_closure3.doCall(errorRuns.groovy)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.apache.groovy.reflection.CachedMethod.invoke(CachedMethod.java:104)\n\tat groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:326)\n\tat org.apache.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:264)\n\tat groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1041)\n\tat org.apache.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:41)\n\tat org.apache.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)\n\tat org.apache.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:115)\n\tat org.apache.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:119)\n\tat org.testingisdocumenting.webtau.cli.CliExtension$1.handle(CliExtension.groovy:41)\n\tat org.testingisdocumenting.webtau.cli.Cli.lambda$run$1(Cli.java:70)\n\tat org.testingisdocumenting.webtau.cli.Cli.lambda$runAndValidate$5(Cli.java:126)\n\tat org.testingisdocumenting.webtau.expectation.ExpectationHandlers.withAdditionalHandler(ExpectationHandlers.java:42)\n\tat org.testingisdocumenting.webtau.cli.Cli.runAndValidate(Cli.java:125)\n\tat org.testingisdocumenting.webtau.cli.Cli.lambda$cliStep$3(Cli.java:87)\n\tat org.testingisdocumenting.webtau.reporter.TestStep.lambda$toSupplier$2(TestStep.java:243)\n\tat org.testingisdocumenting.webtau.reporter.TestStep.execute(TestStep.java:178)\n\tat org.testingisdocumenting.webtau.cli.Cli.cliStep(Cli.java:90)\n\tat org.testingisdocumenting.webtau.cli.Cli.run(Cli.java:69)\n\tat org.testingisdocumenting.webtau.cli.Cli.run(Cli.java:65)\n\tat org.testingisdocumenting.webtau.cli.Cli$run.call(Unknown Source)\n\tat org.apache.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)\n\tat org.apache.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:115)\n\tat org.apache.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:135)\n\tat org.testingisdocumenting.webtau.cli.CliExtension.run(CliExtension.groovy:27)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.apache.groovy.runtime.metaclass.ReflectionMetaMethod.invoke(ReflectionMetaMethod.java:54)\n\tat org.apache.groovy.runtime.metaclass.NewInstanceMetaMethod.invoke(NewInstanceMetaMethod.java:56)\n\tat org.apache.groovy.runtime.callsite.PojoMetaMethodSite$PojoMetaMethodSiteNoUnwrapNoCoerce.invoke(PojoMetaMethodSite.java:246)\n\tat org.apache.groovy.runtime.callsite.PojoMetaMethodSite.call(PojoMetaMethodSite.java:55)\n\tat org.apache.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)\n\tat org.apache.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:115)\n\tat org.apache.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:135)\n\tat scenarios.cli.errorRuns$_run_closure1.doCall(errorRuns.groovy:6)\n\tat scenarios.cli.errorRuns$_run_closure1.doCall(errorRuns.groovy)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.apache.groovy.reflection.CachedMethod.invoke(CachedMethod.java:104)\n\tat groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:326)\n\tat org.apache.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:264)\n\tat groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1041)\n\tat groovy.lang.Closure.call(Closure.java:411)\n\tat groovy.lang.Closure.call(Closure.java:405)\n\tat groovy.lang.Closure.run(Closure.java:492)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.apache.groovy.reflection.CachedMethod.invoke(CachedMethod.java:104)\n\tat groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:326)\n\tat org.apache.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:264)\n\tat groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1041)\n\tat org.apache.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:41)\n\tat org.apache.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)\n\tat org.apache.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:56)\n\tat org.apache.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:119)\n\tat org.testingisdocumenting.webtau.runner.standalone.StandaloneTest$_run_closure1.doCall(StandaloneTest.groovy:100)\n\tat org.testingisdocumenting.webtau.runner.standalone.StandaloneTest$_run_closure1.doCall(StandaloneTest.groovy)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.apache.groovy.reflection.CachedMethod.invoke(CachedMethod.java:104)\n\tat groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:326)\n\tat org.apache.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:264)\n\tat groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1041)\n\tat groovy.lang.Closure.call(Closure.java:411)\n\tat org.apache.groovy.runtime.ConvertedClosure.invokeCustom(ConvertedClosure.java:50)\n\tat org.apache.groovy.runtime.ConversionHandler.invoke(ConversionHandler.java:122)\n\tat com.sun.proxy.$Proxy12.get(Unknown Source)\n\tat org.testingisdocumenting.webtau.reporter.StepReporters.withAdditionalReporter(StepReporters.java:48)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.apache.groovy.reflection.CachedMethod.invoke(CachedMethod.java:104)\n\tat groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:326)\n\tat org.apache.groovy.runtime.callsite.StaticMetaMethodSite$StaticMetaMethodSiteNoUnwrap.invoke(StaticMetaMethodSite.java:133)\n\tat org.apache.groovy.runtime.callsite.StaticMetaMethodSite.call(StaticMetaMethodSite.java:91)\n\tat org.apache.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:135)\n\tat org.testingisdocumenting.webtau.runner.standalone.StandaloneTest.run(StandaloneTest.groovy:96)\n\tat org.testingisdocumenting.webtau.runner.standalone.StandaloneTest$run.call(Unknown Source)\n\tat org.apache.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)\n\tat org.apache.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:115)\n\tat org.apache.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:119)\n\tat org.testingisdocumenting.webtau.runner.standalone.StandaloneTestRunner.runTestIfNotTerminated(StandaloneTestRunner.groovy:192)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.apache.groovy.runtime.callsite.PlainObjectMetaMethodSite.doInvoke(PlainObjectMetaMethodSite.java:43)\n\tat org.apache.groovy.runtime.callsite.PogoMetaMethodSite$PogoCachedMethodSiteNoUnwrapNoCoerce.invoke(PogoMetaMethodSite.java:190)\n\tat org.apache.groovy.runtime.callsite.PogoMetaMethodSite.callCurrent(PogoMetaMethodSite.java:58)\n\tat org.apache.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:51)\n\tat org.apache.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:156)\n\tat org.apache.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:168)\n\tat org.testingisdocumenting.webtau.runner.standalone.StandaloneTestRunner.runTestAndNotifyListeners(StandaloneTestRunner.groovy:154)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.apache.groovy.reflection.CachedMethod.invoke(CachedMethod.java:104)\n\tat groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:326)\n\tat org.apache.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:352)\n\tat org.apache.groovy.runtime.callsite.PogoMetaClassSite.callCurrent(PogoMetaClassSite.java:68)\n\tat org.apache.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:51)\n\tat org.apache.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:156)\n\tat org.apache.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:168)\n\tat org.testingisdocumenting.webtau.runner.standalone.StandaloneTestRunner$_runTestsFromStream_closure10$_closure15$_closure16.doCall(StandaloneTestRunner.groovy:184)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.apache.groovy.reflection.CachedMethod.invoke(CachedMethod.java:104)\n\tat groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:326)\n\tat org.apache.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:264)\n\tat groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1041)\n\tat groovy.lang.Closure.call(Closure.java:411)\n\tat org.apache.groovy.runtime.ConvertedClosure.invokeCustom(ConvertedClosure.java:50)\n\tat org.apache.groovy.runtime.ConversionHandler.invoke(ConversionHandler.java:122)\n\tat com.sun.proxy.$Proxy14.accept(Unknown Source)\n\tat java.base/java.util.ArrayList.forEach(ArrayList.java:1540)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.apache.groovy.runtime.callsite.PlainObjectMetaMethodSite.doInvoke(PlainObjectMetaMethodSite.java:43)\n\tat org.apache.groovy.runtime.callsite.PojoMetaMethodSite$PojoCachedMethodSiteNoUnwrap.invoke(PojoMetaMethodSite.java:202)\n\tat org.apache.groovy.runtime.callsite.PojoMetaMethodSite.call(PojoMetaMethodSite.java:55)\n\tat org.apache.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)\n\tat org.apache.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:115)\n\tat org.apache.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:127)\n\tat org.testingisdocumenting.webtau.runner.standalone.StandaloneTestRunner$_runTestsFromStream_closure10$_closure15.doCall(StandaloneTestRunner.groovy:183)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.apache.groovy.reflection.CachedMethod.invoke(CachedMethod.java:104)\n\tat groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:326)\n\tat org.apache.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:264)\n\tat groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1041)\n\tat groovy.lang.Closure.call(Closure.java:411)\n\tat org.apache.groovy.runtime.ConvertedClosure.invokeCustom(ConvertedClosure.java:50)\n\tat org.apache.groovy.runtime.ConversionHandler.invoke(ConversionHandler.java:122)\n\tat com.sun.proxy.$Proxy14.accept(Unknown Source)\n\tat java.base/java.util.Iterator.forEachRemaining(Iterator.java:133)\n\tat java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801)\n\tat java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.apache.groovy.runtime.callsite.PlainObjectMetaMethodSite.doInvoke(PlainObjectMetaMethodSite.java:43)\n\tat org.apache.groovy.runtime.callsite.PojoMetaMethodSite$PojoCachedMethodSiteNoUnwrap.invoke(PojoMetaMethodSite.java:202)\n\tat org.apache.groovy.runtime.callsite.PojoMetaMethodSite.call(PojoMetaMethodSite.java:55)\n\tat org.apache.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)\n\tat org.apache.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:115)\n\tat org.apache.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:127)\n\tat org.testingisdocumenting.webtau.runner.standalone.StandaloneTestRunner$_runTestsFromStream_closure10.doCall(StandaloneTestRunner.groovy:181)\n\tat org.testingisdocumenting.webtau.runner.standalone.StandaloneTestRunner$_runTestsFromStream_closure10.doCall(StandaloneTestRunner.groovy)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.apache.groovy.reflection.CachedMethod.invoke(CachedMethod.java:104)\n\tat groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:326)\n\tat org.apache.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:264)\n\tat groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1041)\n\tat org.apache.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:41)\n\tat org.apache.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)\n\tat org.apache.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:115)\n\tat org.apache.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:119)\n\tat org.testingisdocumenting.webtau.runner.standalone.StandaloneTestRunner.resetAndWithListeners(StandaloneTestRunner.groovy:162)\n\tat org.testingisdocumenting.webtau.runner.standalone.StandaloneTestRunner$resetAndWithListeners$2.callCurrent(Unknown Source)\n\tat org.apache.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:51)\n\tat org.apache.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:156)\n\tat org.apache.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:168)\n\tat org.testingisdocumenting.webtau.runner.standalone.StandaloneTestRunner.runTestsFromStream(StandaloneTestRunner.groovy:169)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.apache.groovy.runtime.callsite.PlainObjectMetaMethodSite.doInvoke(PlainObjectMetaMethodSite.java:43)\n\tat org.apache.groovy.runtime.callsite.PogoMetaMethodSite$PogoCachedMethodSiteNoUnwrap.invoke(PogoMetaMethodSite.java:179)\n\tat org.apache.groovy.runtime.callsite.PogoMetaMethodSite.callCurrent(PogoMetaMethodSite.java:58)\n\tat org.apache.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:51)\n\tat org.apache.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:156)\n\tat org.apache.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:168)\n\tat org.testingisdocumenting.webtau.runner.standalone.StandaloneTestRunner.runTests(StandaloneTestRunner.groovy:140)\n\tat org.testingisdocumenting.webtau.runner.standalone.StandaloneTestRunner$runTests$1.call(Unknown Source)\n\tat org.apache.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)\n\tat org.apache.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:115)\n\tat org.apache.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:119)\n\tat org.testingisdocumenting.webtau.cli.WebTauCliApp.runTests(WebTauCliApp.groovy:173)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.apache.groovy.reflection.CachedMethod.invoke(CachedMethod.java:104)\n\tat groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:326)\n\tat org.apache.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:352)\n\tat org.apache.groovy.runtime.callsite.PogoMetaClassSite.callCurrent(PogoMetaClassSite.java:68)\n\tat org.apache.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:51)\n\tat org.apache.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:156)\n\tat org.apache.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:160)\n\tat org.testingisdocumenting.webtau.cli.WebTauCliApp$_start_closure2.doCall(WebTauCliApp.groovy:89)\n\tat org.testingisdocumenting.webtau.cli.WebTauCliApp$_start_closure2.doCall(WebTauCliApp.groovy)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.apache.groovy.reflection.CachedMethod.invoke(CachedMethod.java:104)\n\tat groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:326)\n\tat org.apache.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:264)\n\tat groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1041)\n\tat org.apache.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:41)\n\tat org.apache.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)\n\tat org.apache.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:115)\n\tat org.apache.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:119)\n\tat org.testingisdocumenting.webtau.cli.WebTauCliApp.prepareTestsAndRun(WebTauCliApp.groovy:124)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.apache.groovy.runtime.callsite.PlainObjectMetaMethodSite.doInvoke(PlainObjectMetaMethodSite.java:43)\n\tat org.apache.groovy.runtime.callsite.PogoMetaMethodSite$PogoCachedMethodSiteNoUnwrapNoCoerce.invoke(PogoMetaMethodSite.java:190)\n\tat org.apache.groovy.runtime.callsite.PogoMetaMethodSite.callCurrent(PogoMetaMethodSite.java:58)\n\tat org.apache.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:51)\n\tat org.apache.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:156)\n\tat org.apache.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:176)\n\tat org.testingisdocumenting.webtau.cli.WebTauCliApp.start(WebTauCliApp.groovy:88)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.apache.groovy.runtime.callsite.PlainObjectMetaMethodSite.doInvoke(PlainObjectMetaMethodSite.java:43)\n\tat org.apache.groovy.runtime.callsite.PogoMetaMethodSite$PogoCachedMethodSiteNoUnwrap.invoke(PogoMetaMethodSite.java:179)\n\tat org.apache.groovy.runtime.callsite.PogoMetaMethodSite.call(PogoMetaMethodSite.java:70)\n\tat org.apache.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)\n\tat org.apache.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:115)\n\tat org.apache.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:135)\n\tat org.testingisdocumenting.webtau.featuretesting.WebTauEndToEndTestRunner.runCli(WebTauEndToEndTestRunner.groovy:85)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.apache.groovy.runtime.callsite.PlainObjectMetaMethodSite.doInvoke(PlainObjectMetaMethodSite.java:43)\n\tat org.apache.groovy.runtime.callsite.PogoMetaMethodSite$PogoCachedMethodSiteNoUnwrap.invoke(PogoMetaMethodSite.java:179)\n\tat org.apache.groovy.runtime.callsite.PogoMetaMethodSite.call(PogoMetaMethodSite.java:70)\n\tat org.apache.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)\n\tat org.apache.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:115)\n\tat org.apache.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:143)\n\tat org.testingisdocumenting.webtau.featuretesting.WebTauCliFeaturesTest.runCli(WebTauCliFeaturesTest.groovy:41)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.apache.groovy.reflection.CachedMethod.invoke(CachedMethod.java:104)\n\tat groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:326)\n\tat org.apache.groovy.runtime.callsite.StaticMetaMethodSite.invoke(StaticMetaMethodSite.java:46)\n\tat org.apache.groovy.runtime.callsite.StaticMetaMethodSite.callStatic(StaticMetaMethodSite.java:102)\n\tat org.apache.groovy.runtime.callsite.CallSiteArray.defaultCallStatic(CallSiteArray.java:55)\n\tat org.apache.groovy.runtime.callsite.AbstractCallSite.callStatic(AbstractCallSite.java:196)\n\tat org.apache.groovy.runtime.callsite.AbstractCallSite.callStatic(AbstractCallSite.java:216)\n\tat org.testingisdocumenting.webtau.featuretesting.WebTauCliFeaturesTest.error script run(WebTauCliFeaturesTest.groovy:37)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)\n\tat org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)\n\tat org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)\n\tat org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)\n\tat org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)\n\tat org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)\n\tat org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)\n\tat org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)\n\tat org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)\n\tat org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)\n\tat org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)\n\tat org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)\n\tat org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)\n\tat org.junit.runners.ParentRunner.run(ParentRunner.java:363)\n\tat org.junit.runner.JUnitCore.run(JUnitCore.java:137)\n\tat com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:68)\n\tat com.intellij.rt.execution.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:47)\n\tat com.intellij.rt.execution.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:242)\n\tat com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:70)\n', shortStackTrace: 'java.lang.AssertionError: \nprocess output expect to contain "versian:"\nprocess output: mismatches:\n \n process output[0]: actual string: welcome to my script\n expected pattern: \\Qversian:\\E\n process output[1]: actual string: version: 12.43.2\n expected pattern: \\Qversian:\\E\n\tat scenarios.cli.errorRuns$_run_closure1$_closure3.doCall(errorRuns.groovy:7)\n\tat scenarios.cli.errorRuns$_run_closure1$_closure3.doCall(errorRuns.groovy)\n\tat scenarios.cli.errorRuns$_run_closure1.doCall(errorRuns.groovy:6)\n\tat scenarios.cli.errorRuns$_run_closure1.doCall(errorRuns.groovy)', cliCalls: [ @@ -410,7 +410,7 @@ export const withCliDataReport = { }, ], fullStackTrace: - 'org.testingisdocumenting.webtau.cli.CliException: error during running \'scripts/simplo\'\n\tat org.testingisdocumenting.webtau.cli.Cli.runAndValidate(Cli.java:133)\n\tat org.testingisdocumenting.webtau.cli.Cli.lambda$cliStep$3(Cli.java:87)\n\tat org.testingisdocumenting.webtau.reporter.TestStep.lambda$toSupplier$2(TestStep.java:243)\n\tat org.testingisdocumenting.webtau.reporter.TestStep.execute(TestStep.java:178)\n\tat org.testingisdocumenting.webtau.cli.Cli.cliStep(Cli.java:90)\n\tat org.testingisdocumenting.webtau.cli.Cli.run(Cli.java:69)\n\tat org.testingisdocumenting.webtau.cli.Cli.run(Cli.java:65)\n\tat org.testingisdocumenting.webtau.cli.Cli$run.call(Unknown Source)\n\tat org.testingisdocumenting.webtau.cli.CliExtension.run(CliExtension.groovy:27)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.codehaus.groovy.runtime.metaclass.ReflectionMetaMethod.invoke(ReflectionMetaMethod.java:54)\n\tat org.codehaus.groovy.runtime.metaclass.NewInstanceMetaMethod.invoke(NewInstanceMetaMethod.java:56)\n\tat org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite$PojoMetaMethodSiteNoUnwrapNoCoerce.invoke(PojoMetaMethodSite.java:246)\n\tat org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite.call(PojoMetaMethodSite.java:55)\n\tat org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:115)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:135)\n\tat scenarios.cli.errorRuns$_run_closure2.doCall(errorRuns.groovy:12)\n\tat scenarios.cli.errorRuns$_run_closure2.doCall(errorRuns.groovy)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:104)\n\tat groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:326)\n\tat org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:264)\n\tat groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1041)\n\tat groovy.lang.Closure.call(Closure.java:411)\n\tat groovy.lang.Closure.call(Closure.java:405)\n\tat groovy.lang.Closure.run(Closure.java:492)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:104)\n\tat groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:326)\n\tat org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:264)\n\tat groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1041)\n\tat org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:41)\n\tat org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)\n\tat org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:56)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:119)\n\tat org.testingisdocumenting.webtau.runner.standalone.StandaloneTest$_run_closure1.doCall(StandaloneTest.groovy:100)\n\tat org.testingisdocumenting.webtau.runner.standalone.StandaloneTest$_run_closure1.doCall(StandaloneTest.groovy)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:104)\n\tat groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:326)\n\tat org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:264)\n\tat groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1041)\n\tat groovy.lang.Closure.call(Closure.java:411)\n\tat org.codehaus.groovy.runtime.ConvertedClosure.invokeCustom(ConvertedClosure.java:50)\n\tat org.codehaus.groovy.runtime.ConversionHandler.invoke(ConversionHandler.java:122)\n\tat com.sun.proxy.$Proxy12.get(Unknown Source)\n\tat org.testingisdocumenting.webtau.reporter.StepReporters.withAdditionalReporter(StepReporters.java:48)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:104)\n\tat groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:326)\n\tat org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite$StaticMetaMethodSiteNoUnwrap.invoke(StaticMetaMethodSite.java:133)\n\tat org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite.call(StaticMetaMethodSite.java:91)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:135)\n\tat org.testingisdocumenting.webtau.runner.standalone.StandaloneTest.run(StandaloneTest.groovy:96)\n\tat org.testingisdocumenting.webtau.runner.standalone.StandaloneTest$run.call(Unknown Source)\n\tat org.testingisdocumenting.webtau.runner.standalone.StandaloneTestRunner.runTestIfNotTerminated(StandaloneTestRunner.groovy:192)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.codehaus.groovy.runtime.callsite.PlainObjectMetaMethodSite.doInvoke(PlainObjectMetaMethodSite.java:43)\n\tat org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite$PogoCachedMethodSiteNoUnwrapNoCoerce.invoke(PogoMetaMethodSite.java:190)\n\tat org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.callCurrent(PogoMetaMethodSite.java:58)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:168)\n\tat org.testingisdocumenting.webtau.runner.standalone.StandaloneTestRunner.runTestAndNotifyListeners(StandaloneTestRunner.groovy:154)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:104)\n\tat groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:326)\n\tat org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:352)\n\tat org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.callCurrent(PogoMetaClassSite.java:68)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:168)\n\tat org.testingisdocumenting.webtau.runner.standalone.StandaloneTestRunner$_runTestsFromStream_closure10$_closure15$_closure16.doCall(StandaloneTestRunner.groovy:184)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:104)\n\tat groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:326)\n\tat org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:264)\n\tat groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1041)\n\tat groovy.lang.Closure.call(Closure.java:411)\n\tat org.codehaus.groovy.runtime.ConvertedClosure.invokeCustom(ConvertedClosure.java:50)\n\tat org.codehaus.groovy.runtime.ConversionHandler.invoke(ConversionHandler.java:122)\n\tat com.sun.proxy.$Proxy14.accept(Unknown Source)\n\tat java.base/java.util.ArrayList.forEach(ArrayList.java:1540)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.codehaus.groovy.runtime.callsite.PlainObjectMetaMethodSite.doInvoke(PlainObjectMetaMethodSite.java:43)\n\tat org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite$PojoCachedMethodSiteNoUnwrap.invoke(PojoMetaMethodSite.java:202)\n\tat org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite.call(PojoMetaMethodSite.java:55)\n\tat org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:115)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:127)\n\tat org.testingisdocumenting.webtau.runner.standalone.StandaloneTestRunner$_runTestsFromStream_closure10$_closure15.doCall(StandaloneTestRunner.groovy:183)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:104)\n\tat groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:326)\n\tat org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:264)\n\tat groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1041)\n\tat groovy.lang.Closure.call(Closure.java:411)\n\tat org.codehaus.groovy.runtime.ConvertedClosure.invokeCustom(ConvertedClosure.java:50)\n\tat org.codehaus.groovy.runtime.ConversionHandler.invoke(ConversionHandler.java:122)\n\tat com.sun.proxy.$Proxy14.accept(Unknown Source)\n\tat java.base/java.util.Iterator.forEachRemaining(Iterator.java:133)\n\tat java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801)\n\tat java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.codehaus.groovy.runtime.callsite.PlainObjectMetaMethodSite.doInvoke(PlainObjectMetaMethodSite.java:43)\n\tat org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite$PojoCachedMethodSiteNoUnwrap.invoke(PojoMetaMethodSite.java:202)\n\tat org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite.call(PojoMetaMethodSite.java:55)\n\tat org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:115)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:127)\n\tat org.testingisdocumenting.webtau.runner.standalone.StandaloneTestRunner$_runTestsFromStream_closure10.doCall(StandaloneTestRunner.groovy:181)\n\tat org.testingisdocumenting.webtau.runner.standalone.StandaloneTestRunner$_runTestsFromStream_closure10.doCall(StandaloneTestRunner.groovy)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:104)\n\tat groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:326)\n\tat org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:264)\n\tat groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1041)\n\tat org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:41)\n\tat org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:115)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:119)\n\tat org.testingisdocumenting.webtau.runner.standalone.StandaloneTestRunner.resetAndWithListeners(StandaloneTestRunner.groovy:162)\n\tat org.testingisdocumenting.webtau.runner.standalone.StandaloneTestRunner$resetAndWithListeners$2.callCurrent(Unknown Source)\n\tat org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:51)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:156)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:168)\n\tat org.testingisdocumenting.webtau.runner.standalone.StandaloneTestRunner.runTestsFromStream(StandaloneTestRunner.groovy:169)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.codehaus.groovy.runtime.callsite.PlainObjectMetaMethodSite.doInvoke(PlainObjectMetaMethodSite.java:43)\n\tat org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite$PogoCachedMethodSiteNoUnwrap.invoke(PogoMetaMethodSite.java:179)\n\tat org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.callCurrent(PogoMetaMethodSite.java:58)\n\tat org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:51)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:156)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:168)\n\tat org.testingisdocumenting.webtau.runner.standalone.StandaloneTestRunner.runTests(StandaloneTestRunner.groovy:140)\n\tat org.testingisdocumenting.webtau.runner.standalone.StandaloneTestRunner$runTests$1.call(Unknown Source)\n\tat org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:115)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:119)\n\tat org.testingisdocumenting.webtau.cli.WebTauCliApp.runTests(WebTauCliApp.groovy:173)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:104)\n\tat groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:326)\n\tat org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:352)\n\tat org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.callCurrent(PogoMetaClassSite.java:68)\n\tat org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:51)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:156)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:160)\n\tat org.testingisdocumenting.webtau.cli.WebTauCliApp$_start_closure2.doCall(WebTauCliApp.groovy:89)\n\tat org.testingisdocumenting.webtau.cli.WebTauCliApp$_start_closure2.doCall(WebTauCliApp.groovy)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:104)\n\tat groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:326)\n\tat org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:264)\n\tat groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1041)\n\tat org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:41)\n\tat org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:115)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:119)\n\tat org.testingisdocumenting.webtau.cli.WebTauCliApp.prepareTestsAndRun(WebTauCliApp.groovy:124)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.codehaus.groovy.runtime.callsite.PlainObjectMetaMethodSite.doInvoke(PlainObjectMetaMethodSite.java:43)\n\tat org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite$PogoCachedMethodSiteNoUnwrapNoCoerce.invoke(PogoMetaMethodSite.java:190)\n\tat org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.callCurrent(PogoMetaMethodSite.java:58)\n\tat org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:51)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:156)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:176)\n\tat org.testingisdocumenting.webtau.cli.WebTauCliApp.start(WebTauCliApp.groovy:88)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.codehaus.groovy.runtime.callsite.PlainObjectMetaMethodSite.doInvoke(PlainObjectMetaMethodSite.java:43)\n\tat org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite$PogoCachedMethodSiteNoUnwrap.invoke(PogoMetaMethodSite.java:179)\n\tat org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.call(PogoMetaMethodSite.java:70)\n\tat org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:115)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:135)\n\tat org.testingisdocumenting.webtau.featuretesting.WebTauEndToEndTestRunner.runCli(WebTauEndToEndTestRunner.groovy:85)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.codehaus.groovy.runtime.callsite.PlainObjectMetaMethodSite.doInvoke(PlainObjectMetaMethodSite.java:43)\n\tat org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite$PogoCachedMethodSiteNoUnwrap.invoke(PogoMetaMethodSite.java:179)\n\tat org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.call(PogoMetaMethodSite.java:70)\n\tat org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:115)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:143)\n\tat org.testingisdocumenting.webtau.featuretesting.WebTauCliFeaturesTest.runCli(WebTauCliFeaturesTest.groovy:41)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:104)\n\tat groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:326)\n\tat org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite.invoke(StaticMetaMethodSite.java:46)\n\tat org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite.callStatic(StaticMetaMethodSite.java:102)\n\tat org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallStatic(CallSiteArray.java:55)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.callStatic(AbstractCallSite.java:196)\n\tat org.codehaus.groovy.runtime.callsite.AbstractCallSite.callStatic(AbstractCallSite.java:216)\n\tat org.testingisdocumenting.webtau.featuretesting.WebTauCliFeaturesTest.error script run(WebTauCliFeaturesTest.groovy:37)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)\n\tat org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)\n\tat org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)\n\tat org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)\n\tat org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)\n\tat org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)\n\tat org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)\n\tat org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)\n\tat org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)\n\tat org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)\n\tat org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)\n\tat org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)\n\tat org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)\n\tat org.junit.runners.ParentRunner.run(ParentRunner.java:363)\n\tat org.junit.runner.JUnitCore.run(JUnitCore.java:137)\n\tat com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:68)\n\tat com.intellij.rt.execution.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:47)\n\tat com.intellij.rt.execution.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:242)\n\tat com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:70)\nCaused by: java.io.IOException: Cannot run program "scripts/simplo": error=2, No such file or directory\n\tat java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1128)\n\tat java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1071)\n\tat org.testingisdocumenting.webtau.cli.ProcessUtils.run(ProcessUtils.java:33)\n\tat org.testingisdocumenting.webtau.cli.Cli.runAndValidate(Cli.java:103)\n\t... 269 more\nCaused by: java.io.IOException: error=2, No such file or directory\n\tat java.base/java.lang.ProcessImpl.forkAndExec(Native Method)\n\tat java.base/java.lang.ProcessImpl.(ProcessImpl.java:340)\n\tat java.base/java.lang.ProcessImpl.start(ProcessImpl.java:271)\n\tat java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1107)\n\t... 272 more\n', + 'org.testingisdocumenting.webtau.cli.CliException: error during running \'scripts/simplo\'\n\tat org.testingisdocumenting.webtau.cli.Cli.runAndValidate(Cli.java:133)\n\tat org.testingisdocumenting.webtau.cli.Cli.lambda$cliStep$3(Cli.java:87)\n\tat org.testingisdocumenting.webtau.reporter.TestStep.lambda$toSupplier$2(TestStep.java:243)\n\tat org.testingisdocumenting.webtau.reporter.TestStep.execute(TestStep.java:178)\n\tat org.testingisdocumenting.webtau.cli.Cli.cliStep(Cli.java:90)\n\tat org.testingisdocumenting.webtau.cli.Cli.run(Cli.java:69)\n\tat org.testingisdocumenting.webtau.cli.Cli.run(Cli.java:65)\n\tat org.testingisdocumenting.webtau.cli.Cli$run.call(Unknown Source)\n\tat org.testingisdocumenting.webtau.cli.CliExtension.run(CliExtension.groovy:27)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.apache.groovy.runtime.metaclass.ReflectionMetaMethod.invoke(ReflectionMetaMethod.java:54)\n\tat org.apache.groovy.runtime.metaclass.NewInstanceMetaMethod.invoke(NewInstanceMetaMethod.java:56)\n\tat org.apache.groovy.runtime.callsite.PojoMetaMethodSite$PojoMetaMethodSiteNoUnwrapNoCoerce.invoke(PojoMetaMethodSite.java:246)\n\tat org.apache.groovy.runtime.callsite.PojoMetaMethodSite.call(PojoMetaMethodSite.java:55)\n\tat org.apache.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)\n\tat org.apache.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:115)\n\tat org.apache.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:135)\n\tat scenarios.cli.errorRuns$_run_closure2.doCall(errorRuns.groovy:12)\n\tat scenarios.cli.errorRuns$_run_closure2.doCall(errorRuns.groovy)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.apache.groovy.reflection.CachedMethod.invoke(CachedMethod.java:104)\n\tat groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:326)\n\tat org.apache.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:264)\n\tat groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1041)\n\tat groovy.lang.Closure.call(Closure.java:411)\n\tat groovy.lang.Closure.call(Closure.java:405)\n\tat groovy.lang.Closure.run(Closure.java:492)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.apache.groovy.reflection.CachedMethod.invoke(CachedMethod.java:104)\n\tat groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:326)\n\tat org.apache.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:264)\n\tat groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1041)\n\tat org.apache.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:41)\n\tat org.apache.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)\n\tat org.apache.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:56)\n\tat org.apache.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:119)\n\tat org.testingisdocumenting.webtau.runner.standalone.StandaloneTest$_run_closure1.doCall(StandaloneTest.groovy:100)\n\tat org.testingisdocumenting.webtau.runner.standalone.StandaloneTest$_run_closure1.doCall(StandaloneTest.groovy)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.apache.groovy.reflection.CachedMethod.invoke(CachedMethod.java:104)\n\tat groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:326)\n\tat org.apache.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:264)\n\tat groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1041)\n\tat groovy.lang.Closure.call(Closure.java:411)\n\tat org.apache.groovy.runtime.ConvertedClosure.invokeCustom(ConvertedClosure.java:50)\n\tat org.apache.groovy.runtime.ConversionHandler.invoke(ConversionHandler.java:122)\n\tat com.sun.proxy.$Proxy12.get(Unknown Source)\n\tat org.testingisdocumenting.webtau.reporter.StepReporters.withAdditionalReporter(StepReporters.java:48)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.apache.groovy.reflection.CachedMethod.invoke(CachedMethod.java:104)\n\tat groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:326)\n\tat org.apache.groovy.runtime.callsite.StaticMetaMethodSite$StaticMetaMethodSiteNoUnwrap.invoke(StaticMetaMethodSite.java:133)\n\tat org.apache.groovy.runtime.callsite.StaticMetaMethodSite.call(StaticMetaMethodSite.java:91)\n\tat org.apache.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:135)\n\tat org.testingisdocumenting.webtau.runner.standalone.StandaloneTest.run(StandaloneTest.groovy:96)\n\tat org.testingisdocumenting.webtau.runner.standalone.StandaloneTest$run.call(Unknown Source)\n\tat org.testingisdocumenting.webtau.runner.standalone.StandaloneTestRunner.runTestIfNotTerminated(StandaloneTestRunner.groovy:192)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.apache.groovy.runtime.callsite.PlainObjectMetaMethodSite.doInvoke(PlainObjectMetaMethodSite.java:43)\n\tat org.apache.groovy.runtime.callsite.PogoMetaMethodSite$PogoCachedMethodSiteNoUnwrapNoCoerce.invoke(PogoMetaMethodSite.java:190)\n\tat org.apache.groovy.runtime.callsite.PogoMetaMethodSite.callCurrent(PogoMetaMethodSite.java:58)\n\tat org.apache.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:168)\n\tat org.testingisdocumenting.webtau.runner.standalone.StandaloneTestRunner.runTestAndNotifyListeners(StandaloneTestRunner.groovy:154)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.apache.groovy.reflection.CachedMethod.invoke(CachedMethod.java:104)\n\tat groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:326)\n\tat org.apache.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:352)\n\tat org.apache.groovy.runtime.callsite.PogoMetaClassSite.callCurrent(PogoMetaClassSite.java:68)\n\tat org.apache.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:168)\n\tat org.testingisdocumenting.webtau.runner.standalone.StandaloneTestRunner$_runTestsFromStream_closure10$_closure15$_closure16.doCall(StandaloneTestRunner.groovy:184)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.apache.groovy.reflection.CachedMethod.invoke(CachedMethod.java:104)\n\tat groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:326)\n\tat org.apache.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:264)\n\tat groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1041)\n\tat groovy.lang.Closure.call(Closure.java:411)\n\tat org.apache.groovy.runtime.ConvertedClosure.invokeCustom(ConvertedClosure.java:50)\n\tat org.apache.groovy.runtime.ConversionHandler.invoke(ConversionHandler.java:122)\n\tat com.sun.proxy.$Proxy14.accept(Unknown Source)\n\tat java.base/java.util.ArrayList.forEach(ArrayList.java:1540)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.apache.groovy.runtime.callsite.PlainObjectMetaMethodSite.doInvoke(PlainObjectMetaMethodSite.java:43)\n\tat org.apache.groovy.runtime.callsite.PojoMetaMethodSite$PojoCachedMethodSiteNoUnwrap.invoke(PojoMetaMethodSite.java:202)\n\tat org.apache.groovy.runtime.callsite.PojoMetaMethodSite.call(PojoMetaMethodSite.java:55)\n\tat org.apache.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)\n\tat org.apache.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:115)\n\tat org.apache.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:127)\n\tat org.testingisdocumenting.webtau.runner.standalone.StandaloneTestRunner$_runTestsFromStream_closure10$_closure15.doCall(StandaloneTestRunner.groovy:183)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.apache.groovy.reflection.CachedMethod.invoke(CachedMethod.java:104)\n\tat groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:326)\n\tat org.apache.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:264)\n\tat groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1041)\n\tat groovy.lang.Closure.call(Closure.java:411)\n\tat org.apache.groovy.runtime.ConvertedClosure.invokeCustom(ConvertedClosure.java:50)\n\tat org.apache.groovy.runtime.ConversionHandler.invoke(ConversionHandler.java:122)\n\tat com.sun.proxy.$Proxy14.accept(Unknown Source)\n\tat java.base/java.util.Iterator.forEachRemaining(Iterator.java:133)\n\tat java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801)\n\tat java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.apache.groovy.runtime.callsite.PlainObjectMetaMethodSite.doInvoke(PlainObjectMetaMethodSite.java:43)\n\tat org.apache.groovy.runtime.callsite.PojoMetaMethodSite$PojoCachedMethodSiteNoUnwrap.invoke(PojoMetaMethodSite.java:202)\n\tat org.apache.groovy.runtime.callsite.PojoMetaMethodSite.call(PojoMetaMethodSite.java:55)\n\tat org.apache.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)\n\tat org.apache.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:115)\n\tat org.apache.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:127)\n\tat org.testingisdocumenting.webtau.runner.standalone.StandaloneTestRunner$_runTestsFromStream_closure10.doCall(StandaloneTestRunner.groovy:181)\n\tat org.testingisdocumenting.webtau.runner.standalone.StandaloneTestRunner$_runTestsFromStream_closure10.doCall(StandaloneTestRunner.groovy)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.apache.groovy.reflection.CachedMethod.invoke(CachedMethod.java:104)\n\tat groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:326)\n\tat org.apache.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:264)\n\tat groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1041)\n\tat org.apache.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:41)\n\tat org.apache.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)\n\tat org.apache.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:115)\n\tat org.apache.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:119)\n\tat org.testingisdocumenting.webtau.runner.standalone.StandaloneTestRunner.resetAndWithListeners(StandaloneTestRunner.groovy:162)\n\tat org.testingisdocumenting.webtau.runner.standalone.StandaloneTestRunner$resetAndWithListeners$2.callCurrent(Unknown Source)\n\tat org.apache.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:51)\n\tat org.apache.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:156)\n\tat org.apache.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:168)\n\tat org.testingisdocumenting.webtau.runner.standalone.StandaloneTestRunner.runTestsFromStream(StandaloneTestRunner.groovy:169)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.apache.groovy.runtime.callsite.PlainObjectMetaMethodSite.doInvoke(PlainObjectMetaMethodSite.java:43)\n\tat org.apache.groovy.runtime.callsite.PogoMetaMethodSite$PogoCachedMethodSiteNoUnwrap.invoke(PogoMetaMethodSite.java:179)\n\tat org.apache.groovy.runtime.callsite.PogoMetaMethodSite.callCurrent(PogoMetaMethodSite.java:58)\n\tat org.apache.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:51)\n\tat org.apache.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:156)\n\tat org.apache.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:168)\n\tat org.testingisdocumenting.webtau.runner.standalone.StandaloneTestRunner.runTests(StandaloneTestRunner.groovy:140)\n\tat org.testingisdocumenting.webtau.runner.standalone.StandaloneTestRunner$runTests$1.call(Unknown Source)\n\tat org.apache.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)\n\tat org.apache.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:115)\n\tat org.apache.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:119)\n\tat org.testingisdocumenting.webtau.cli.WebTauCliApp.runTests(WebTauCliApp.groovy:173)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.apache.groovy.reflection.CachedMethod.invoke(CachedMethod.java:104)\n\tat groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:326)\n\tat org.apache.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:352)\n\tat org.apache.groovy.runtime.callsite.PogoMetaClassSite.callCurrent(PogoMetaClassSite.java:68)\n\tat org.apache.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:51)\n\tat org.apache.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:156)\n\tat org.apache.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:160)\n\tat org.testingisdocumenting.webtau.cli.WebTauCliApp$_start_closure2.doCall(WebTauCliApp.groovy:89)\n\tat org.testingisdocumenting.webtau.cli.WebTauCliApp$_start_closure2.doCall(WebTauCliApp.groovy)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.apache.groovy.reflection.CachedMethod.invoke(CachedMethod.java:104)\n\tat groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:326)\n\tat org.apache.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:264)\n\tat groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1041)\n\tat org.apache.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:41)\n\tat org.apache.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)\n\tat org.apache.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:115)\n\tat org.apache.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:119)\n\tat org.testingisdocumenting.webtau.cli.WebTauCliApp.prepareTestsAndRun(WebTauCliApp.groovy:124)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.apache.groovy.runtime.callsite.PlainObjectMetaMethodSite.doInvoke(PlainObjectMetaMethodSite.java:43)\n\tat org.apache.groovy.runtime.callsite.PogoMetaMethodSite$PogoCachedMethodSiteNoUnwrapNoCoerce.invoke(PogoMetaMethodSite.java:190)\n\tat org.apache.groovy.runtime.callsite.PogoMetaMethodSite.callCurrent(PogoMetaMethodSite.java:58)\n\tat org.apache.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:51)\n\tat org.apache.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:156)\n\tat org.apache.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:176)\n\tat org.testingisdocumenting.webtau.cli.WebTauCliApp.start(WebTauCliApp.groovy:88)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.apache.groovy.runtime.callsite.PlainObjectMetaMethodSite.doInvoke(PlainObjectMetaMethodSite.java:43)\n\tat org.apache.groovy.runtime.callsite.PogoMetaMethodSite$PogoCachedMethodSiteNoUnwrap.invoke(PogoMetaMethodSite.java:179)\n\tat org.apache.groovy.runtime.callsite.PogoMetaMethodSite.call(PogoMetaMethodSite.java:70)\n\tat org.apache.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)\n\tat org.apache.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:115)\n\tat org.apache.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:135)\n\tat org.testingisdocumenting.webtau.featuretesting.WebTauEndToEndTestRunner.runCli(WebTauEndToEndTestRunner.groovy:85)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.apache.groovy.runtime.callsite.PlainObjectMetaMethodSite.doInvoke(PlainObjectMetaMethodSite.java:43)\n\tat org.apache.groovy.runtime.callsite.PogoMetaMethodSite$PogoCachedMethodSiteNoUnwrap.invoke(PogoMetaMethodSite.java:179)\n\tat org.apache.groovy.runtime.callsite.PogoMetaMethodSite.call(PogoMetaMethodSite.java:70)\n\tat org.apache.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)\n\tat org.apache.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:115)\n\tat org.apache.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:143)\n\tat org.testingisdocumenting.webtau.featuretesting.WebTauCliFeaturesTest.runCli(WebTauCliFeaturesTest.groovy:41)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.apache.groovy.reflection.CachedMethod.invoke(CachedMethod.java:104)\n\tat groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:326)\n\tat org.apache.groovy.runtime.callsite.StaticMetaMethodSite.invoke(StaticMetaMethodSite.java:46)\n\tat org.apache.groovy.runtime.callsite.StaticMetaMethodSite.callStatic(StaticMetaMethodSite.java:102)\n\tat org.apache.groovy.runtime.callsite.CallSiteArray.defaultCallStatic(CallSiteArray.java:55)\n\tat org.apache.groovy.runtime.callsite.AbstractCallSite.callStatic(AbstractCallSite.java:196)\n\tat org.apache.groovy.runtime.callsite.AbstractCallSite.callStatic(AbstractCallSite.java:216)\n\tat org.testingisdocumenting.webtau.featuretesting.WebTauCliFeaturesTest.error script run(WebTauCliFeaturesTest.groovy:37)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:567)\n\tat org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)\n\tat org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)\n\tat org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)\n\tat org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)\n\tat org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)\n\tat org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)\n\tat org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)\n\tat org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)\n\tat org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)\n\tat org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)\n\tat org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)\n\tat org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)\n\tat org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)\n\tat org.junit.runners.ParentRunner.run(ParentRunner.java:363)\n\tat org.junit.runner.JUnitCore.run(JUnitCore.java:137)\n\tat com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:68)\n\tat com.intellij.rt.execution.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:47)\n\tat com.intellij.rt.execution.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:242)\n\tat com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:70)\nCaused by: java.io.IOException: Cannot run program "scripts/simplo": error=2, No such file or directory\n\tat java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1128)\n\tat java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1071)\n\tat org.testingisdocumenting.webtau.cli.ProcessUtils.run(ProcessUtils.java:33)\n\tat org.testingisdocumenting.webtau.cli.Cli.runAndValidate(Cli.java:103)\n\t... 269 more\nCaused by: java.io.IOException: error=2, No such file or directory\n\tat java.base/java.lang.ProcessImpl.forkAndExec(Native Method)\n\tat java.base/java.lang.ProcessImpl.(ProcessImpl.java:340)\n\tat java.base/java.lang.ProcessImpl.start(ProcessImpl.java:271)\n\tat java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1107)\n\t... 272 more\n', shortStackTrace: 'org.testingisdocumenting.webtau.cli.CliException: error during running \'scripts/simplo\'\n\tat scenarios.cli.errorRuns$_run_closure2.doCall(errorRuns.groovy:12)\n\tat scenarios.cli.errorRuns$_run_closure2.doCall(errorRuns.groovy)\nCaused by: java.io.IOException: Cannot run program "scripts/simplo": error=2, No such file or directory\nCaused by: java.io.IOException: error=2, No such file or directory', cliCalls: [ diff --git a/webtau-repl/pom.xml b/webtau-repl/pom.xml index 70e90917d..428502cc9 100644 --- a/webtau-repl/pom.xml +++ b/webtau-repl/pom.xml @@ -27,7 +27,7 @@ webtau-repl - 3.19.0 + 3.23.0 @@ -80,7 +80,12 @@ - org.codehaus.groovy + org.apache.groovy + groovy + + + + org.apache.groovy groovy-groovysh diff --git a/webtau-server/pom.xml b/webtau-server/pom.xml index 8769120e5..0bdbb6d54 100644 --- a/webtau-server/pom.xml +++ b/webtau-server/pom.xml @@ -67,7 +67,7 @@ - org.codehaus.groovy + org.apache.groovy groovy test diff --git a/webtau-shaded/pom.xml b/webtau-shaded/pom.xml index b6ae26965..a5aae1bce 100644 --- a/webtau-shaded/pom.xml +++ b/webtau-shaded/pom.xml @@ -35,17 +35,17 @@ - org.codehaus.groovy + org.apache.groovy groovy - org.codehaus.groovy + org.apache.groovy groovy-nio - org.codehaus.groovy + org.apache.groovy groovy-groovysh @@ -84,7 +84,7 @@ webtaushaded.org. org.testingisdocumenting.** - org.codehaus.groovy.** + org.apache.groovy.** org.apache.groovy.** org.w3c.** org.fusesource.** diff --git a/webtau-standalone-runner-groovy/pom.xml b/webtau-standalone-runner-groovy/pom.xml index e037c3560..526787888 100644 --- a/webtau-standalone-runner-groovy/pom.xml +++ b/webtau-standalone-runner-groovy/pom.xml @@ -46,7 +46,7 @@ - org.codehaus.groovy + org.apache.groovy groovy-groovydoc runtime diff --git a/webtau-standalone-runner-groovy/src/main/groovy/org/testingisdocumenting/webtau/runner/standalone/StandaloneTest.groovy b/webtau-standalone-runner-groovy/src/main/groovy/org/testingisdocumenting/webtau/runner/standalone/StandaloneTest.groovy index ed49bb4e8..9b7ac63ea 100644 --- a/webtau-standalone-runner-groovy/src/main/groovy/org/testingisdocumenting/webtau/runner/standalone/StandaloneTest.groovy +++ b/webtau-standalone-runner-groovy/src/main/groovy/org/testingisdocumenting/webtau/runner/standalone/StandaloneTest.groovy @@ -47,7 +47,11 @@ class StandaloneTest implements StepReporter { this.test.setShortContainerId(shortContainerId) this.workingDir = workingDir - this.code = code + + Closure codeToUse = code.clone() as Closure + codeToUse.resolveStrategy = Closure.OWNER_FIRST + + this.code = codeToUse } StandaloneTest asSynthetic() { diff --git a/webtau-test-server/pom.xml b/webtau-test-server/pom.xml index 44ae1b791..733c55416 100644 --- a/webtau-test-server/pom.xml +++ b/webtau-test-server/pom.xml @@ -55,7 +55,7 @@ - org.codehaus.groovy + org.apache.groovy groovy test diff --git a/webtau-utils/pom.xml b/webtau-utils/pom.xml index c5fa19c38..5a3ede494 100644 --- a/webtau-utils/pom.xml +++ b/webtau-utils/pom.xml @@ -62,7 +62,7 @@ - org.codehaus.groovy + org.apache.groovy groovy test