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. Installation

First Run

PreviousInstallationNextVerify Server

Last updated 2 years ago

Was this helpful?

Running your tests is easy. Just start it with either the command "test" or without a command (its the default one).

You also have to provide the path to your test suite configuration XML file.

php svrunit.phar test --configuration=./svrunit.xml

Perfect! Now let's configure your ! If you want to jump to all available options of this command, please see .

first test suite
this page