Getting Started

Using Raiken's Test Editor

Learn how to use Raiken's advanced Monaco-based test editor for creating and managing tests.

Accessing Raiken Platform

Raiken is a web-based platform that you can access directly through your browser.

http://84.46.245.248:3000

Navigate to this URL to access the Raiken test automation platform.

Test Editor Features

Monaco Editor

Professional TypeScript editor with syntax highlighting, auto-completion, and error detection.

Real-time Validation

Instant feedback on syntax errors and code issues as you type.

Code Formatting

Built-in code formatting to maintain consistent code style.

Theme Support

Toggle between light and dark themes for comfortable coding.

Getting Started

1

Access the Platform

Navigate to the Raiken platform URL in your web browser.

2

Navigate to Test Editor

Click on "Test Editor" in the navigation to access the code editor.

3

Create Your First Test

Click "Create First Test" to start writing your test code.

4

Use AI Generation

Click "Generate Test" to use AI-powered test creation.

Editor Interface

The Raiken test editor provides a comprehensive interface for test development:

Left Panel

  • • Test Builder (Visual interface)
  • • Test Script (TypeScript editor)
  • • Format button

Top Navigation

  • • Test Editor
  • • Test Manager
  • • Test Reports

Action Buttons

  • • Save (Save current test)
  • • Run Test (Execute test)
  • • Generate Test (AI generation)

Settings

  • • Theme toggle
  • • Settings panel
  • • GitHub integration