Back to Vitest

outputFile | Config

docs/config/outputfile.md

4.1.5376 B
Original Source

outputFile <CRoot /> {#outputfile}

  • Type: string | Record<string, string>
  • CLI: --outputFile=<path>, --outputFile.json=./path

Write test results to a file when the --reporter=json, --reporter=html or --reporter=junit option is also specified. By providing an object instead of a string you can define individual outputs when using multiple reporters.