agent-js-cypress icon indicating copy to clipboard operation
agent-js-cypress copied to clipboard

Agent to integrate Cypress with ReportPortal.

Results 48 agent-js-cypress issues
Sort by recently updated
recently updated
newest added

Trying to integrate one of our project(based on cypress) with RP. we enabled retry in cypress, when an exception happen, it retry and there will be multiple screenshots for each...

feature request

To reproduce just add a spec file to this example with the following content: ``` context('screen', () => { it('test case title with ,', () => { cy.screenshot(); // or...

bug

Hello Team, We are fetching results into Reporting Portal from the Jenkins job. I am facing one issue with the RP with the total test counts. We have 2 launches...

Check: UI

Hi I'm trying to report my tests to ReportPortal with the agent-js-cypress My setup file is like in the repo man. I set desc to each test in the suite...

feature request

**Describe the bug** Using Cypress, when executing the spec will leave the automation running because it is waiting for the test launch to finish. The installation method is using without...

There is a strong need to push more detailed logs into ReportPortal, as especially with tests running in CI or in K8S, it is really difficult to investigate failures. Please...

feature request

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...

feature request

Hello I have next error when there is a retry for test and parameter `reportHooks:true `in reporter configuration. **Note**: it is reproduced when test has hook ![image](https://github.com/reportportal/agent-js-cypress/assets/172751044/d85b7d82-a18e-4008-beba-d5f8430baf75) **Code to reproduce:**...