Setting Up Sites and Environments

Learn how to manage your test environment in Rainforest settings.

Use the Sites and Environments page to configure the websites and applications you want to test and the environments to use, such as Dev, QA, Staging, and Production.

To get to the Sites and Environments page, click the Settings icon (gear) in the navigation bar. Then, click Sites.

1085

The Sites and Environments page.

Environments

Environments are the stages along a deployment pipeline. Often, they’re named Dev, QA, Staging, and Production. When you run a group of tests, they execute using one environment. Each environment can optionally have a webhook.

Adding an Environment

  1. Click “+ New Environment.”
  2. Key in the environment name.
  3. Key in the webhook URL. (Optional)
  4. Click the Create button.

Note: When you add an environment, it’s available to every site.

Deleting an Environment

  1. Select the environment.
  2. Click the trash can icon in the pop-up.

Sites

Sites are your web projects and web apps. The term also applies to static websites with different domain names or subdomains, such as www.yourcompany.com and blog.yourcompany.com. Every site has a URL for each environment.

Adding a Site

  1. Click “New Web Site.”
  2. Key in the site name.
  3. Key in the default URL.
  4. Click the Create button.

Note: Each site displays a separate entry for every environment and defaults to the URL you provided.

Changing the URL for an Environment

  1. Click the Edit icon (pencil).
  2. Update the URL.
  3. When you are ready, click Done.

Setting a Default Site

  1. Click the Edit icon (pencil).
  2. Click the Make Default link.

This site is now the default when writing new tests.

1600

Sites and Environments examples.

Apps

Apps are similar to sites but for mobile applications. You configure them the same way as sites, with an additional Type component. The options include:

  • iOS VM
  • iOS Real Device (Deprecated)
  • Android VM
  • Android Real Device (Deprecated)

🚧

Real Device Support

We’ve sunsetted our Real Device offerings and only support them for legacy customers.

For more information on mobile apps, see Configuring Mobile Apps for Testing.


If you have any questions, reach out to us at [email protected].