Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/tutorial/set-up-automated-testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ your tutorial uses the same commands that Spread is testing.
* `Multipass <https://multipass.run/install>`_ installed on your machine
* `Spread <https://github.com/canonical/spread>`_ installed on your machine

.. warning::

Spread requires elevated permissions to run as root, and this tutorial will
not work if Spread is installed as a snap. Use the Go install method
recommended in the Spread README to install Spread.

**What you’ll do**

* Create a "Hello, world" Spread test called ``example_tutorial``
Expand Down
Loading