Bohdan

Results 2 comments of Bohdan

Hi @gravityvi @Victoria0214 As far as I can see, the cause is that the `reject` property is called at the `null` object at `assertion.js:105:47`, so the `lastDeferred` is `null`. It...

Any updates/news regarding this issue? [Allure-spock:2.15.0](https://mvnrepository.com/artifact/io.qameta.allure/allure-spock/2.15.0) in [Allure-Spock adapter](https://github.com/allure-framework/allure-java/blob/master/allure-spock/src/main/java/io/qameta/allure/spock/AllureSpock.java) class uses "Description description" field of [NodeInfo](https://github.com/spockframework/spock/blob/master/spock-core/src/main/java/org/spockframework/runtime/model/NodeInfo.java) class from [spock-core](https://mvnrepository.com/artifact/org.spockframework/spock-core). This field existed in spock-core:1.3-groovy-2.5, but it disappeared in spock-core:2.0-groovy-2.5 and...