Get Started
Quick Start
Set up Operio and run your first test in minutes
This guide walks you through the minimum steps to run your first test on Operio.
Step 1: Create a project
- Sign in to Operio.
- Create a project. Name it after the product or app you want to test.
- Open the project from the sidebar project selector.
Everything you create next (environments, tests, runs, monitors) belongs to this project.
Step 2: Add an environment
- Open Environments & Auth in the sidebar.
- Create an environment, for example
staging. - Set the base URL to the site you want to test.
- If the flow needs a login, add credentials on the Credentials tab. Otherwise skip this and come back later.
Step 3: Create a test case
- Go to Tests and click New Test Case.
- Choose Structured for a step-by-step flow.
- Add a name, then define at least one step (Action, Verify, Login, Screenshot, Wait, or Shared Steps). Something like:
- Action:
Navigate to the home page - Action:
Click the Sign in button - Verify:
The login form is visible
- Action:
- Save as a draft, then hit Publish once the steps look right.
Step 4: Run the test
You can run a single published test case, or group it into a suite first:
Option A — run the test case directly
- Open the published test case from Tests.
- Click Run, pick your environment, and start.
Option B — run via a suite
- In Tests, create a suite from the left rail and use Manage tests to add your published case.
- Click Run Suite, pick your environment, and start.
Open the run under Runs to watch it execute and review the results.
Next steps
- Read up on core concepts
- Organize coverage with test suites and shared steps
- Keep critical flows covered with a monitor