SVRUnit
  • Welcome
  • Installation
    • Installation
    • First Run
  • Use Cases
    • Verify Server
    • Verify Server for Project
    • Post Deployment Tests
    • Unit Test Docker Image
    • Testing your frameworks
  • Configuration
    • Configuration
  • Commands
    • list:suites
    • list:groups
    • test
  • Assertions
    • Command
    • Directory Exists
    • File Exists
    • File Content
    • File Permissions
    • PHP INI
    • PHP Modules
  • Reports
    • HTML Report
    • JUnit Report
  • Resources
    • svrunit.com
    • Github
Powered by GitBook
On this page

Was this helpful?

  1. Reports

HTML Report

With SVRUnit it's possible to create a HTML report from a test run. This allows you to inspect your test run and its results directly from your browser.

The report will be generated in the folder ./reportswithin your working directory.

To start with the reporter, simply append the option --report-html to the text command.

php svrunit.phar --configuration=./svrunit.xml --report-html

PreviousPHP ModulesNextJUnit Report

Last updated 4 years ago

Was this helpful?