Ilya

Results 190 comments of Ilya

Hello @chelseablake4 , @ssaleh-idexx This issue is definitely specific to M3. We are still working on this, right now looks like we need to somehow provide a separate pre-built binary...

Fixed in the client version [5.4.0](https://github.com/reportportal/client-javascript/releases/tag/v5.4.0) according to the comment above. Fixed in agent-js-cypress in the scope of version [5.5.0](https://github.com/reportportal/agent-js-cypress/releases/tag/v5.5.0).

Hello @shiglikiran ! By default, `agent-js-cypress` captures all logs coming from the `cy.log` command. In addition you can use [agent commands](https://github.com/reportportal/agent-js-cypress?tab=readme-ov-file#logging) for additional log reporting. According to the [cypress-terminal-report](https://www.npmjs.com/package/cypress-terminal-report) documentation,...

@KiranShigli There is a link in the readme to the examples repo - https://github.com/reportportal/examples-js/tree/main/example-cypress/basic You can refer the cypress project there to see custom commands in action.

Hello @KiranShigli ! I'll close the issue, feel free to open the new one in case of any questions!

@chivekrodis could you please take a look?

Hello guys! We finally added an example of this combination (Cypress + cucumber-preprocessor) to our [examples](https://github.com/reportportal/examples-js/tree/main/example-cypress/cucumber-preprocessor) repository. In addition to this, we have implemented the ability to report Cucumber steps,...

Hello @AlexGalichenko ! Great thanks for this! I'll try to take a look next week.

Thanks! Finally, going to merge it. And we are starting our work on migrating this lib to TS completely.

Similar issue reported to the axios repo - https://github.com/axios/axios/issues/6358