Forrest logo
back to context overview

kahlan

List of commands for kahlan:

  • kahlan:tldr:4711f kahlan: Run specifications with code coverage (detail can be between 0 and 4).
    $ kahlan --coverage=${detail_level}
    try on your machine
    explain this command
  • kahlan:tldr:4b9a4 kahlan: Run all specifications in the "spec" directory.
    $ kahlan
    try on your machine
    explain this command
  • kahlan:tldr:ae870 kahlan: Run specifications and output using a reporter.
    $ kahlan --reporter=${select}
    try on your machine
    explain this command
  • kahlan:tldr:c42e1 kahlan: Run specifications using a specific configuration file.
    $ kahlan --config=${path-to-configuration_file}
    try on your machine
    explain this command
back to context overview