Organize Test

Tests

You can add a new test by clicking the + symbol at the top of the left side-bar menu (to the right of the Tests heading), naming it, and clicking ADD.

Once added you can either input commands manually or click the record icon in the top-right of the IDE.

Suites

Tests can be grouped together into suites.

On project creation, a Default Suite gets created and your first test gets added to it automatically.

To create and manage suites go to the Test suites panel. You can get there by clicking the drop-down at the top of the left side-bar menu (e.g., click on the word Tests) and selecting Test suites.

Add a suite

To add a suite, click the + symbol at the top of the left side-bar menu to the right of the Test Suites heading, provide a name, and click ADD.

Add a test

To add a test to a suite hover over the suite name, then do the following:

  1. Click on the icon that appears to the right of the Test Suites heading
  2. Click Add tests
  3. Select the tests you want to add from the menu
  4. Click Select

Remove a test

To remove a test, hover your mouse over the text and click the X that appears to the right of the name.

Remove or rename a suite

To remove a suite click the icon that appears to the right of its name, click Delete, and click Delete again when prompted.

To rename a suite hover over the suite name, click the icon that appears to the right of the name, click Rename, update the name, and click RENAME.

Save your work

To save everything you’ve just done in the IDE, click the save icon in the top-right corner of the IDE.

It will prompt you to for a location and name of where to save the project. The end result is a single file with a .side extension.