Skip to main content

Documentation Index

Fetch the complete documentation index at: https://www.sunny-dev.info/llms.txt

Use this file to discover all available pages before exploring further.

Test Suite component automates the execution of your project’s tests. By integrating testing into your pipeline, you can ensure that new changes do not introduce regressions.

How to Configure

Manage your testing automation through the project dashboard.
1

Access Repo Preferences

Navigate to YAML Configuration > Repo Preferences and locate the Pipelines section.
2

Open Test Suite Settings

Click on the Test Suite component to configure execution triggers.
3

Set Execution Policy

Toggle automated runs for specific branches or promotion events.
4

Commit Changes

Save your configuration to the repository. See Syncing Changes for a detailed walkthrough.

Configuration Example

Enable the test suite in your revolte.yaml:
revolte.yaml
revolte:
  version: "1.0"
  project: Demo-Project
  appName: "demo-app"

  config:
    pipeline:
      testSuite:
        command: npm run test

Automation Test Suite Coming Soon

Expand your testing strategy with automated end-to-end and browser-based validation. This module will integrate with popular frameworks like Playwright and Cypress to provide full-system verification before every release.