Financial-Times / n-test

A CLI tool and module for lightweight testing of web applications in browsers, designed for FT.com
4 stars 2 forks source link

Update jest-junit integration #77

Open simonplend opened 6 years ago

simonplend commented 6 years ago
testResultsProcessor support is deprecated. Please use jest reporter. See https://github.com/jest-community/jest-junit#usage:

{
  "reporters": [
    "jest-junit"
  ]
}

First seen: https://circleci.com/gh/Financial-Times/n-test/490

Can reproduce locally by running:

CI=true make unit-test

Instructions for updating here: https://github.com/jest-community/jest-junit#usage