Ilya

Results 190 comments of Ilya

Hello @criisv7 ! What do you think about suggestion from https://github.com/reportportal/agent-js-jest/issues/89#issuecomment-1047542149?

Hi @aviadhadidainx ! We found out that the implemented approach will not work for tests labeled as `concurrent`. So I'm going to look into this next week to see if...

Hi @aviadhadidainx ! Sorry for delayed response, I'm going to publish it this week. I'll notify you here.

Hello @aviadhadidainx , @criisv7 ! Support for attachments has been released in version [5.1.0](https://github.com/reportportal/agent-js-jest/releases/tag/v5.1.0). Please check it out. I'll close this issue. Please track the progress of 'logs' support within...

Hi @aviadhadidainx ! Thanks for trying it. I've updated the example for the Jest integration, please [take a look](https://github.com/reportportal/examples-js/blob/main/example-jest/__tests__/attachments.spec.js#L38). It can be accessed within global scope just like `ReportingApi.attachment`. I'm...

Progress on this issue can be followed in a similar thread - https://github.com/reportportal/agent-js-cypress/issues/160

Hello @flaviomeira ! Thanks for the suggestion. The task has been created. This feature will be released in the next version.

Hello @noopurmath3 ! The `CI_BUILD_ID` variable must be provided as an `ENVIRONMENT` [variable](https://github.com/reportportal/agent-js-cypress?tab=readme-ov-file#parallel-execution:~:text=3%5D%0A%20%20%20%20env%3A-,CI_BUILD_ID,-%3A%20%24%7B%7B%20github.sha) because Cypress itself does not share this option with the reporter. Please let me know if this...

As an alternative approach you can follow the 1st step, described [here](https://github.com/reportportal/agent-js-playwright/issues/86#issuecomment-1490687597). Variant of its implementation available in this [repo](https://github.com/Bam6ycha/cypress-example/blob/main/.github/workflows/CI-pipeline.yml).