Jest is a delightful JavaScript Testing Framework with a focus on simplicity. It works with projects using: Babel, TypeScript, Node, React, Angular, Vue and more!.

How to integrate Jest test results with QAconsole.com

1. Go to settings page and add new Environment and new Test Suite

 https://tutorials.qaconsole.com/#/settings

 2. Edit jest.config.js

 

reporters: [ “default”,[“jest-qaconsole-reporter”, {“url”: “https://tutorials.qaconsole.io/”,”apiKey”:”bec4ca8a-e07b-4874-b7d9-bb21c9c622a4″,”projectName”: “Jest”, “environment”:”Local”}] ],

 

3. Run tests

jest