1.0.0 • Published 10 months ago

wp-jest-reporter v1.0.0

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
10 months ago

Wp Jest Reporter

Wolfpack test results processor for Jest. Outputs the results and creates the resulting test runs in wolfpack qa platform.

Setup

npm install wp-jest-reporter

Configuration

Then add your apiKey to Jest config in the package.json

{
  ...
  "reporters": [
    "default",
    [
      "wp-jest-reporter",
      {
        "apiKey": your_project_api_key
      }
    ]
  ]
  ...
}

configurable environment variable :

WP_ENV_KEY : the environment key as set in wolpack WP_BASE_URL : if empty, wolfpack default endpoint (it should be) or a custom url

Get your API key

  • Go to your project integration page
  • Click on create a new api key and input the name of the key
1.0.0

10 months ago

0.1.7

11 months ago

0.1.6

11 months ago

0.1.5

11 months ago

0.1.4

11 months ago

0.1.3

11 months ago

0.1.2

12 months ago

0.1.1

12 months ago

0.1.0

12 months ago

0.0.1

12 months ago