logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ginkgo - The ginkgo CLI compiler

Author

ginkgo was written by Onsi Fakhouri.

       This man page was written by Martín Ferrari for the Debian project.

ginkgo                                              Aug 2023                                           GINKGO(1)

Description

       Ginkgo  is  a  BDD-style  Golang  testing  framework  built  to help you efficiently write expressive and
       comprehensive tests.

       This page documents the ginkgo CLI, which offers a number of conveniences beyond what  gotest  provides
       out of the box and its usage is recommended, but not necessary.

Name

       ginkgo - The ginkgo CLI compiler

Options

ginkgo or ginkgorunflagspackages -- pass-throughs
           Run the tests in packages (or the package in the current directory).

           Any  arguments  after  --  will  be passed to the test.  Run ginkgohelprun for a description of all
           valid flags.

       ginkgo watch flagspackages -- pass-throughs
           Watches the files in  packages and re-runs tests when changes occur.

       ginkgo bootstrap flags
           Bootstrap a test suite for the current package

       ginkgo generate filenames
           Generate a test file named filename_test.go

           If the optional filenames argument is omitted,  a  file  named  after  the  package  in  the  current
           directory will be created.

       ginkgo labels flagspackages
           List labels detected in the passed-in packages (or the package in the current directory).

       ginkgo outline filename
           Create an outline of Ginkgo symbols for a file.

       ginkgo unfocus
           Recursively unfocuses any focused tests under the current directory

Synopsis

ginkgoflagspackages -- pass-throughsginkgoCOMMANDoptions

See Also