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

Agent to integrate Jest with ReportPortal.

Results 20 agent-js-jest issues
Sort by recently updated
recently updated
newest added

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

dependencies

Hi Team, Do we have plan to add this feature?

help wanted
Check: UI

Jest-html reporters provide an addAttach method, with this method I can upload an attachment on fail to see the exact screen where the test failed. Is there any functionality in...

Check: UI

Hello! For agent-js-playwright there is extendTestDescriptionWithLastError option. It can be added here too? Option description: If set to true the last error log will be attached to the test case...

feature request

Possibility to disable the agent with enabled configuration or RP_ENABLED environment variable

Jest recently [introduced--shard](https://jestjs.io/docs/cli#--shard) option to fasten up tests on CLI. This option breaks a single run into multiple runs as shown in the image below: All of these 4 runs...

The agent fails the JEST tests when RP is down, unreachable, or using the wrong/empty token. Added a health check to verify the connection first.

In order to group multi modules project in one launch, I'd like to be able to attach results to an existing launch on ReportPortal. Eg: ``` project: - module1: --...

feature request