--:----:--Keyboard shortcuts (?)Fullscreen (f)
GNU/Linux ◆ xterm-256color ◆ bash 285 views

shellspec - BDD style testing framework for POSIX compatible shell scripthttps://github.com/ko1nksm/shellspec

Features

  • Support POSIX compatible shell (dash, bash, ksh, busybox, etc…)
  • BDD style syntax
  • The specfile is a valid shell script language syntax
  • Pure shell script implementation
  • Minimum Dependencies (Use only a few POSIX compliant command)
  • Nestable groups with scope like lexical scope
  • Before / After hooks
  • Skip / Pending
  • Data helper that easy to input from stdin
  • Embedded text that easier to use than heredoc at indented code
  • Mocking and stubbing (temporary function override)
  • Built-in simple task runner
  • Modern reporting (colorize, failure line number)
  • Extensible architecture (custom matcher, custom formatter, etc…)
  • shellspec is tested by shellspec