agent-js-jest
agent-js-jest copied to clipboard
Agent to integrate Jest with ReportPortal.
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...
Hi Team, Do we have plan to add this feature?
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...
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...
Is there any way to do it.
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: --...