The Wayback Machine - https://web.archive.org/web/20210309111844/https://github.com/topics/jest-test
Skip to content
#

jest-test

Here are 75 public repositories matching this topic...

jest-html-reporters
anandcbe14
anandcbe14 commented Jan 24, 2021

Describe the bug
customInfos - - doesn't work when the Key/Value Pairs object is stringified and assigned to process.env.JEST_HTML_REPORTERS_CUSTOM_INFOS in the globalSetup

To Reproduce
Steps to reproduce the behavior:

  1. In the js for globalSetup, create a json object and assign it - viz.
const mycustInfo = { 'Environment':'dev',  'Browser':'chrome'  };
process.env.JEST_H

Improve this page

Add a description, image, and links to the jest-test topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the jest-test topic, visit your repo's landing page and select "manage topics."

Learn more