agent-js-cypress
agent-js-cypress copied to clipboard
Agent to integrate Cypress with ReportPortal.
Hello, I executing parallel tests to gitlab CI. I have configured the project to publish reports to a report portal instance. From what I understood from the documentation, setting "autoMerge"...
In Cypress, it is uploading the screenshot for the failure tests to Reportportal but it is not sending the screenshot for successful tests steps screenshots. Is it possible to configure...
Another approach at uploading videos to the launch log in `suiteEnd()`. To support Cypress `videosFolder` and `videoUploadOnPasses` config options, this options need to be passed to `reporterOptions` when the plugin...
Cypress reports uploading to Report portal does not have screenshots/videos on failure We trigger our tests on Cypress framework, the test failures do not automatically capture the screenshots when uploaded...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.5 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. See full diff in compare...
I see that this issue was submitted: https://github.com/reportportal/agent-js-cypress/issues/170 but was closed without an answer. I am curious to know if others are also having the same problem or encountered the...
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.8 to 7.23.2. Release notes Sourced from @babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...
I noticed after installing the latest version of this agent that the issue related to executions doesn't stop when the automerge attribute is enabled persists. **Dependencies** Cypress version: 10.3.0 Typescript:...
Allow setting description and attributes for suites in the `before()` hook of a suite. This will enable users to improve test suite representation in Report Portal. ```typescript describe("suite", function ()...
**Describe the bug** None of my launches finish. They get stuck in "in progress" until they time out after a day. We are using cypress along with the report portal`agent-js-cypress`...