allureIssue ({ cid, issue }) {
        const test = this.getAllure(cid).getCurrentTest()
        test.addLabel('issue', issue)
    }