LinuxCommandLibrary

kahlan

kahlan

TLDR

Run all specifications in the "spec" directory

$ kahlan
copy


Run specifications using a specific configuration file
$ kahlan --config=[path/to/configuration_file]
copy


Run specifications and output using a reporter
$ kahlan --reporter=[dot|bar|json|tap|verbose]
copy


Run specifications with code coverage (detail can be between 0 and 4)
$ kahlan --coverage=[detail_level]
copy

Copied to clipboard