Skip to content

summergan/agent-js-jest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reportportal-agent-jest

A Jest reporter that uploads the results to a ReportPortal server.

Installation

npm install --save-dev reportportal-agent-jest

Usage

In your jest config section of package.json, add the following entry:

{
    "jest": {
        ...
        "reporters": [
            "reportportal-agent-jest",
            {
            "endpoint": "https://your.reportportal.server/api/v1",
            "project": "YourReportPortalProjectName"
            }
        ],
        ...
    }
}

First configure your ReportPortal access token, then start Jest:

$ export RP_TOKEN=<your_secure_token>
$ jest

Copyright Notice

Licensed under the Apache License v2.0

This code is based on the jest-junit but adapted by team members of Ontoforce for the ReportPortal upload. Ontoforce contributed this effort as Open Source to the ReportPortal project team.

About

ReportPortal agent for the Javascript Jest unit test framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%