docs: Release test environment docs (#4842)

This commit is contained in:
Johannes
2025-03-04 06:57:41 -08:00
committed by GitHub
parent 269e026381
commit 40d54d60d4
6 changed files with 41 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

View File

@@ -136,7 +136,8 @@
},
"xm-and-surveys/core-features/user-management",
"xm-and-surveys/core-features/styling-theme",
"xm-and-surveys/core-features/email-customization"
"xm-and-surveys/core-features/email-customization",
"xm-and-surveys/core-features/test-environment"
]
},
{

View File

@@ -0,0 +1,39 @@
---
title: "Test Environment"
icon: "code"
description: "Each project on Formbricks has two environments: a test environment and a production environment. The test environment is used to test your surveys through before they are sent out to your customers."
---
To clearly separate between test and production data, Formbricks provides two different environments for each project. These environments are completely independent of each other **incl. API keys, project configuration and environment Id's** used for connecting Formbricks to run in-product surveys.
## Toggle between environments
You can toggle between environments by clicking the environment name in the top right corner of the Formbricks app:
![Toggling between environments](/images/xm-and-surveys/core-features/test-environment/toggle.webp)
### Dev Environment (Testing)
The test environment is used to test your project before it goes live in the production environment. If you see an orange banner at the top, you are currently in the test environment:
![Test environment](/images/xm-and-surveys/core-features/test-environment/test-env.webp)
### Production Environment
The production environment is used to serve your surveys to your respondents.
## Copy surveys between environments
<Steps>
<Step title="Click More Actions">
Click on the "More actions" button of a survey in the survey list
![More actions](/images/xm-and-surveys/core-features/test-environment/more-actions.webp)
</Step>
<Step title="Select Target Environment">
Choose which environment you want to copy the survey to
![Copy survey](/images/xm-and-surveys/core-features/test-environment/modal.webp)
</Step>
</Steps>