Documentation & tutorial

  • Integrates with
  • Readable, colorized console output
  • Fully-automatic web UI
  • Test code generator
    View a compared to other Go testing tools.
  • In your terminal:
  • In your browser:

If you have existing Go tests, they will run automatically and the results will appear in your browser.

Save the file, then glance over at your browser window, and you'll see that the new tests have already been run.

Change the assertion (the line with ) to make the test fail, then see the output change in your browser.

If I could ensure that every GoConvey user read only one bit of code from this repository it would be the isolated execution tests. Those tests are the very best documentation for the GoConvey execution model.

See the for details about assertions, writing tests, execution, etc.