Project Settings
Access the Project Settings page by clicking the Settings icon on any project card from the Projects dashboard. This comprehensive settings area is your control center for a specific project.
Edit Project Details
The Edit tab allows you to modify the project's basic information:
- Project Name: The name of the project.
- URL: The primary URL that your tests will be run against.


Environment Variables
The Env Variables tab is where you can manage sensitive data and configuration values for your tests without hardcoding them. You can add, edit, or delete environment variables that will be available to all tests within this project.


CI Integration
The CI Integration tab is where you can configure how your tests are run from your Continuous Integration (CI) pipeline and get the necessary credentials to do so.


Test Run Mode
You can choose how your tests are executed:
- Queue: Tests are run one after another in the order they are received.
- Parallel: Tests are run concurrently to speed up the execution process.
Triggering Tests
To run your tests from a CI environment, you'll need a CI Token. You can generate one here if you don't have one, or regenerate it if needed.
Once you have a token, the page will provide a curl
command that you can integrate into your CI script to trigger your Mechasm test suite.
Video Settings
The Video Settings tab lets you configure how video recordings of your test runs are handled.

