reportportal / agent-js-cypress

Agent to integrate Cypress with ReportPortal.
https://www.npmjs.com/package/@reportportal/agent-js-cypress
Apache License 2.0
39 stars 40 forks source link

RP for cypress + cucumber preprocessor #198

Open andrejsmogrovic opened 2 years ago

andrejsmogrovic commented 2 years ago

I am using cypress + cucumber stack for automation, and would like to attach report portal on cucumber test scenarios. The Cypress + report portal works fine, but the steps are not detailed as expected. Is there any guideline for setting up this combination? So far, I wasn't successfull with the implementation of agent-js-cucumber in cypress+cucumber stack.

koenwellens commented 2 years ago

My team has the same setup. Is it possible to add documentation on how to do this? We can get it working with https://github.com/reportportal/agent-js-cypress, but we want to have the scenarioBasedStatistics option from this repository... Should I open an issue in agent-js-cypress?

andrejsmogrovic commented 2 years ago

@koenwellens I think this issue is enough.

AmsterGet commented 2 years ago

@chivekrodis could you please take a look?

ckanth commented 2 years ago

Hi Mikhail (@chivekrodis), Can you please help us by providing resolution for this issue ..

Awaiting for your response.

Thanks and Regards, Chandrakanth

AmsterGet commented 1 month ago

Hello guys! We finally added an example of this combination (Cypress + cucumber-preprocessor) to our examples repository. In addition to this, we have implemented the ability to report Cucumber steps, just check out the guide. Let me know what you think.