1.0.0 • Published 1 year ago

wp-jest-reporter v1.0.0

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
1 year 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

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago

0.0.1

1 year ago