wp-jest-reporter
v1.0.0
Published
Wolfpack test results processor for Jest. Outputs the results and creates the resulting test runs in wolfpack qa platform.
Downloads
24
Readme
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