Aleksei Krasnoperov

Results 3 comments of Aleksei Krasnoperov

@alucardu, you can use `addContext` feature of mochawesome: Put next lines into `cypress/support/index.js`: ``` import addContext from 'mochawesome/addContext' Cypress.on('test:after:run', (test, runnable) => { if (test.state === 'failed') { addContext({ test...

Related: https://github.com/amplitude/Amplitude-JavaScript/issues/220#issuecomment-777106995

In my case it is still there: Imports: ``` import type { GVL as GVLType, TCModel as TCModelType } from '@iabtcf/core' import { TCModel, TCString, GVL } from '@iabtcf/core' import...