Skip to content

Commit f531e9a

Browse files
authored
Merge pull request #2039 from Manuraj-7/stage
Why-kane-ai doc update
2 parents e1aaa2e + 6d8e3df commit f531e9a

File tree

2 files changed

+92
-33
lines changed

2 files changed

+92
-33
lines changed

docs/getting-started-with-kane-ai.md

Lines changed: 81 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
id: getting-started-with-kane-ai
3-
title: Getting started with KaneAI
3+
title: Introduction to KaneAI
44
hide_title: false
5-
sidebar_label: Getting Started
5+
sidebar_label: Introduction to KaneAI
66
description: World's first GenAI-Native testing assistant that simplifies end-to-end automation testing for web, mobile, and cloud apps, using natural language.
77
keywords:
88
- ai testing tool
@@ -19,6 +19,10 @@ import Tabs from '@theme/Tabs';
1919
import TabItem from '@theme/TabItem';
2020
import VideoEmbed from '../src/component/videoEmbed';
2121

22+
<!-- <style>
23+
.pagination-nav__label{font-size: 200px}
24+
</style> -->
25+
2226
<script type="application/ld+json"
2327
dangerouslySetInnerHTML={{ __html: JSON.stringify({
2428
"@context": "https://schema.org",
@@ -42,20 +46,85 @@ import VideoEmbed from '../src/component/videoEmbed';
4246
})
4347
}}
4448
></script>
45-
KaneAI by LambdaTest is a GenAI-Native Test Agent designed to help teams plan, author, and evolve tests using natural language. Built from the ground up for high-performance quality engineering teams, KaneAI intelligently creates structured and contextual test cases by transforming various input formats such as text, JIRA tickets, PDFs, images, audio, videos, and spreadsheets.
49+
Testing shouldn’t slow innovation. KaneAI makes test automation as natural as writing a To Do list with no steep learning curves, no endless script maintenance.
50+
51+
Which KaneAI you can:
4652

47-
Combining deterministic precision with generative flexibility, KaneAI ensures reliable, consistent test execution while adapting intelligently to evolving requirements and discovering test cases that traditional approaches might miss. This dual approach integrates seamlessly with LambdaTest's suite of solutions for test execution, orchestration, and analysis, streamlining both manual and automated testing by saving time, enhancing test coverage, and improving overall quality.
53+
- **Go from ideas to scripts in seconds** – Turn Jira tickets, PRDs, or plain text into ready-to-run test cases.
4854

49-
Supporting API, UI, functional, and end-to-end testing, KaneAI streamlines test automation at scale, driving efficiency across modern CI/CD workflows and accelerating the pace of software delivery.
55+
- **Remove coding barrier** – Author tests with natural language, or let KaneAI write automation scripts for you.
5056

51-
- **Planning:** Effortlessly generate structured & detailed test cases from various format files including PRDs or Jira or ADO work items.
52-
- **Authoring:** Empower KaneAI to autonomously generate test cases for you, or take full control and write them yourself. In either case, you'll receive automation scripts in a range of open-source frameworks and languages, tailored to your needs.
53-
- **Execution & Scheduling:** Run tests across a range of LambdaTest clouds such as Real Device Cloud, Browser Testing Cloud, Visual Testing Cloud, all via our test orchestration platform - HyperExecute.
54-
- **Maintenance:** Resolve test case updates in natural language or by recording test steps manually, simplifying test maintenance.
55-
- **Reporting:** Leverage detailed test reports for any test run powered by LambdaTest Test Intelligence and Analytics.
57+
- **Scale without friction** – Run tests across browsers, devices, and environments with LambdaTest’s cloud.
5658

59+
- **Make testing Adaptive & intelligent** – KaneAI auto-heals tests when your UI changes, so your team keeps moving.
5760

58-
<VideoEmbed
61+
**KaneAI isn’t just a tool it’s how modern teams test smarter and ship faster.**
62+
63+
<!-- <VideoEmbed
5964
src="https://www.youtube.com/embed/jYcGcl_MGiw?si=rbFCX1yataN9clRn"
6065
title="Integrate Allure Test Insights with HyperExecute"
61-
/>
66+
/> -->
67+
68+
***
69+
70+
## Getting Started
71+
If you are new to KaneAI, you can learn more about how to use KaneAI by following guides:
72+
73+
<nav class="pagination-nav" aria-label="Docs pages">
74+
<a class="pagination-nav__link" href="/support/docs/author-your-first-desktop-browser-test/">
75+
<div class="pagination-nav__item">
76+
<div style={{size: '200px', color: '#2f81f7'}}>
77+
Desktop Browser Testing
78+
</div>
79+
<div class="pagination-nav__sublabel">
80+
Author your first Browser test on Desktop device.
81+
</div>
82+
</div>
83+
</a>
84+
<a class="pagination-nav__link" href="/support/docs/author-your-first-mobile-browser-test/">
85+
<div class="pagination-nav__item">
86+
<div class="pagination-nav__label" style={{color: '#2f81f7'}}>
87+
Mobile Browser Testing
88+
</div>
89+
<div class="pagination-nav__sublabel">
90+
Author your first Browser test on Mobile device.
91+
</div>
92+
</div>
93+
</a>
94+
<a class="pagination-nav__link" href="/support/docs/author-your-first-mobile-app-test/">
95+
<div class="pagination-nav__item">
96+
<div class="pagination-nav__label" style={{color: '#2f81f7'}}>
97+
App Testing
98+
</div>
99+
<div class="pagination-nav__sublabel" >
100+
Author your first Mobile App test.
101+
</div>
102+
</div>
103+
</a>
104+
</nav>
105+
106+
## How to Instruct KaneAI
107+
Learn what is the best way to tell KaneAI what it needs to do:
108+
109+
<nav class="pagination-nav" aria-label="Docs pages">
110+
<a class="pagination-nav__link" href="/support/docs/kane-ai-command-guide/">
111+
<div class="pagination-nav__item">
112+
<div class="pagination-nav__label" style={{color: '#2f81f7'}}>
113+
Commands Guide
114+
</div>
115+
<div class="pagination-nav__sublabel">
116+
KaneAI works best with specific types of commands. Learn which commands are supported and how to use them effectively.
117+
</div>
118+
</div>
119+
</a>
120+
<a class="pagination-nav__link" href="/support/docs/kane-ai-command-guide/#assertions">
121+
<div class="pagination-nav__item">
122+
<div class="pagination-nav__label" style={{ color: '#2f81f7'}}>
123+
Assertions
124+
</div>
125+
<div class="pagination-nav__sublabel" >
126+
Assertion make your test validations more seamless and effective, learn how to use assertions with KaneAI.
127+
</div>
128+
</div>
129+
</a>
130+
</nav>

docs/why-we-need-kane-ai.md

Lines changed: 11 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -41,34 +41,24 @@ import TabItem from '@theme/TabItem';
4141
})
4242
}}
4343
></script>
44-
KaneAI transforms the way teams approach test automation by bridging the gap between natural language requirements and executable test code. Built for modern development workflows, KaneAI empowers teams to plan, author, and evolve comprehensive test suites without the traditional barriers of complex scripting or framework expertise.
44+
# The Problem with Today’s Testing
4545

46-
## Current Testing Scenario Challenge
47-
Traditional test automation often creates bottlenecks in development cycles. Teams face several persistent challenges:
46+
Testers face two extremes:
4847

49-
- **Technical Barriers:** Writing and maintaining test scripts requires specialized programming knowledge, limiting who can contribute to test creation.
50-
- **Framework Complexity:** Managing multiple testing frameworks, languages, and integrations creates overhead and maintenance burden.
51-
- **Scalability Issues:** As applications grow, test suites become increasingly difficult to organize, update, and execute consistently.
52-
- **Security Concerns:** Handling authentication credentials and sensitive test data safely across different environments
53-
Integration Friction: Connecting testing workflows with CI/CD pipelines often requires significant configuration and ongoing maintenance.
48+
1. **Manual testing** : slow, repetitive, error-prone, and impossible to scale across thousands of environments.
5449

55-
## The KaneAI Solution
56-
KaneAI addresses these challenges through an intelligent, unified platform that democratizes end-to-end test automation while maintaining enterprise-grade capabilities.
50+
2. **Automation testing** : powerful but intimidating, requiring coding expertise, complex setup, and constant maintenance when apps change.
5751

58-
- **Intelligent Input Processing:** KaneAI offers dual flexibility in test authoring by intelligently generating structured test cases by transforming various input formats such as text, JIRA tickets, PDFs, images, audio, videos, and spreadsheets, or manually author tests using conversational language for precise control.
52+
This creates bottlenecks: delayed releases, high costs, and frustrated team stuck between tedious clicks and fragile scripts.
5953

60-
Whether you need rapid test generation from existing documentation or prefer hands-on test crafting, KaneAI's advanced processing capabilities streamline both approaches.
54+
# The KaneAI Difference
6155

62-
- **Unified Test Management:** Consolidate your entire testing ecosystem within a single platform. KaneAI provides centralized control over test cases, execution plans, and results analysis, eliminating the fragmentation common in traditional testing tools. Teams benefit from:
56+
KaneAI bridges this gap by making automation effortless, adaptable, and accessible.
6357

64-
- Complete visibility into test coverage and execution status
65-
- Streamlined collaboration between development, QA, and business teams
66-
- Simplified reporting and metrics tracking across all test activities
58+
- **Repetitive Testing → Effortless Automation:** Stop repeating steps manually. KaneAI converts high-level instructions into scripts that run across n number of environments.
6759

68-
- **Multi-Language & Framework Support:** KaneAI supports all prominent frameworks and languages, offering the flexibility to export test code in the language and framework that you and your team prefers.
60+
- **Transition Fear → Easy Onboarding:** Manual testers can adopt automation without technical barriers. Natural language becomes test scripts.
6961

70-
- **Comprehensive API Testing:** Create robust API test suites with intelligent validation and seamless integration capabilities. KaneAI understands API contracts and automatically generates meaningful assertions, reducing the manual effort typically required for thorough API testing coverage.
62+
- **Application Changes → Auto-Healing Tests:** Apps evolve, scripts break. KaneAI adapts automatically, so your tests remain reliable.
7163

72-
- **Secret Management:** Connecting testing workflows with CI/CD pipelines often requires significant configuration and ongoing maintenance.
73-
74-
- **CI/CD Integration:** Connect seamlessly with your existing continuous integration and deployment pipelines. KaneAI's integration capabilities ensure automated test execution becomes a natural part of your development workflow, supporting consistent quality gates across multiple environments and deployment stages.
64+
- **Fragmented Workflows → Unified Testing:** Plan, author, run, and maintain all within one platform seamlessly integrated into CI/CD pipelines and project management tools.

0 commit comments

Comments
 (0)