Reflect website screenshot

Reflect

Reflect is an AI-powered automated end-to-end testing platform that enables teams to effortlessly create, execute, and troubleshoot automated browser tests. Reflect provides a no-code test recorder for capturing user workflows and a REST API for integrating test execution into CI/CD pipelines. Tests can be run against any environment using hostname and parameter overrides.

1 APIs 0 Features
AI TestingArtificial IntelligenceAutomated TestingCI/CDEnd-to-End TestingQATesting

APIs

Reflect

REST API for managing and executing automated end-to-end tests in the Reflect platform. Enables listing available tests, triggering test runs with parameter overrides, and polli...

Collections

Reflect

OPEN

Pricing Plans

Reflect Plans Pricing

3 plans

PLANS

Rate Limits

Reflect Rate Limits

5 limits

RATE LIMITS

FinOps

Semantic Vocabularies

Reflect Context

6 classes · 7 properties

JSON-LD

API Governance Rules

Reflect API Rules

6 rules · 2 errors 3 warnings 1 info

SPECTRAL

JSON Structure

Reflect Api Structure

0 properties

JSON STRUCTURE

Example Payloads

Reflect List Tests Example

2 fields

EXAMPLE

Reflect Run Test Example

2 fields

EXAMPLE

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn
💰
Pricing
Pricing
🔗
Articles
Articles
🔗
Customers
Customers
🔗
Login
Login
📝
Signup
Signup
🔗
About
About
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
🚀
GettingStarted
GettingStarted
🔗
OpenAPI
OpenAPI
🔗
JSONSchema
JSONSchema
🔗
JSONSchema
JSONSchema
🔗
JSONStructure
JSONStructure
🔗
JSONLDContext
JSONLDContext
🔗
SpectralRules
SpectralRules
🔗
Vocabulary
Vocabulary
🔗
LlmsText
LlmsText

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Reflect
  version: 1.0.0
request:
  auth:
    type: apikey
    key: X-API-KEY
    value: '{{X-API-KEY}}'
    placement: header
items:
- info:
    name: Tests
    type: folder
  items:
  - info:
      name: List All Tests
      type: http
    http:
      method: GET
      url: https://api.reflect.run/v1/tests
    docs: List All Tests
- info:
    name: Executions
    type: folder
  items:
  - info:
      name: Run a Test
      type: http
    http:
      method: POST
      url: https://api.reflect.run/v1/tests/:test-id/executions
      params:
      - name: test-id
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: Run a Test
- info:
    name: Execution
    type: folder
  items:
  - info:
      name: Get Execution Status
      type: http
    http:
      method: GET
      url: https://api.reflect.run/v1/executions/:execution-id
      params:
      - name: execution-id
        value: ''
        type: path
    docs: Get Execution Status
bundled: true