- Projects
- Test Cases
- Data Sets
- Imports and Exports
- Step Groups
- Test Runs
- Test Plans
- Integrations
- Testsigma Two-way Integration
- Settings
- Manage Users
- Reports & Analytics
- CI/CD Integrations
Write and run tests locally
Ask Claude Code to write Testsigma test cases for the repository you are working in, validate them with the Arcus CLI, and run them on a browser or connected device.
Complete Set up the Arcus CLI and Connect Claude Code first. For Android mobile test cases, connect your device in Testsigma Terminal before you start.
Write test cases for your repository
- Open Claude Code from your project directory.
- Run /arcus:test, or ask Claude Code for Testsigma test cases in plain language. Claude Code writes code-based test cases and includes the element locators it detects in your source.
- Review the test cases Claude Code writes.
- Read the validation output. The CLI validates each test case offline and reports errors without running the test case.
Run test cases locally
- Confirm your browser or device is available.
- Accept the run when Claude Code offers to run the validated test cases.
- Read the pass and fail results in the output.
NOTE:
Test cases stay on your machine until you push them. Running a test case locally does not create it in Arcus.
Convert existing Playwright or Selenium scripts
If you already have a Playwright or Selenium suite, ask Claude Code to convert those scripts into Testsigma test cases instead of writing them again. The CLI validates the output and reports what did not translate.
- Open Claude Code from the directory that holds your existing scripts.
- Ask Claude Code to convert the scripts to Testsigma test cases.
- Read the validation output for translation errors.
Check each converted test case for:
- Custom helpers and page objects: These may need restructuring.
- Waits, retries, and assertions: Playwright and Selenium forms differ from Testsigma's.
- Hard-coded test data and environment values: Move these into test data profiles and environments.
- Steps that act outside the application under test: Review these individually.