Robusty

Create a Project

Set up your first Robusty project and point it at your app.

A project is the top-level container for testing your product. It owns your test cases, suites, launches, variables, and members. Creating one is the first step in Robusty.

Create a project

  1. From the Dashboard, click New Project.
  2. Enter a Name and a Link (a valid URL, e.g. https://example.com).
  3. Click Create Project.

You're taken straight to the new project's Test Cases page, ready to write your first test.

What happens next

  • PROJECT_URL variable is created automatically from the project link, so your test cases can reference your app's address without hard-coding it. See Variables.
  • You become the project admin. The person who creates a project holds the admin role, which controls all the settings. See Team & Roles.
  • A preview screenshot of your link is captured and shown on your dashboard.

Next steps

How is this guide?

On this page