.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.13. .TH SASS-SPEC "1" "April 2020" "sass-spec 3.6.3" "User Commands" .SH NAME sass-spec \- sass-spec testsuite for Sass implementions .SH SYNOPSIS .B sass-spec.rb [\fI\,options\/\fR] [\fI\,spec_directory\/\fR...] .SH EXAMPLES .IP Run `sassc \-\-style compressed input.scss`: \&./sass\-spec.rb \-c 'sass \-\-style compressed' .IP Run tests only in the spec/basic folder: \&./sass\-spec.rb spec/basic .PP This script will search for all files under the spec (or specified) directory that are named input.scss. It will then run a specified binary and check that the output matches the expected output. If you want set up your own test suite, follow a similar hierarchy as described in the initial comment of this script for your test hierarchy. .PP This command can also be used to annotate tests to control which tests are ran and when. For details: ./sass\-spec.rb annotate \-h .PP Make sure the command you provide prints to stdout. .TP \-v, \-\-verbose Run verbosely .TP \-t, \-\-tap Output TAP compatible report .TP \-c, \-\-command COMMAND Sets a specific binary to run .TP \-\-dart PATH Run Dart Sass, whose repo should be at the given path. .TP \-\-cmd\-args ARGS Pass ARGS to command or Dart Sass. .TP \-g, \-\-generate Run test(s) and generate expected output file(s). .TP \-\-run\-todo Run any tests marked as todo. Defaults to false. .TP \-\-probe\-todo Run and report tests marked as todo that unexpectedly pass. Defaults to false. .TP \-\-impl NAME Sets the name of the implementation being tested. Defaults to 'sass' .TP \-\-filter PATTERN Run tests that match the pattern you provide .TP \-\-limit NUMBER Limit the number of tests run to this positive integer. .TP \-\-migrate\-impl Copy tests that fail and make them pass for the current implementatino. .TP \-\-silent Don't show any logs .TP \-\-check\-annotations Check if any test annotations are unecessary. .TP \-\-interactive When a test fails, enter into a dialog for how to handle it.