Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/key-concepts/base-configuration.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Base configuration
1 change: 1 addition & 0 deletions docs/key-concepts/cdp-testplane.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Chrome DevTools Protocol
1 change: 1 addition & 0 deletions docs/key-concepts/command-line.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# CLI
1 change: 1 addition & 0 deletions docs/key-concepts/custom-commands.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Custon commands
1 change: 1 addition & 0 deletions docs/key-concepts/emulation.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Emulation
1 change: 1 addition & 0 deletions docs/key-concepts/network-requests.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Network requests
1 change: 1 addition & 0 deletions docs/key-concepts/page-accessibility.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Page accessibility
1 change: 1 addition & 0 deletions docs/key-concepts/reporter.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Reporter
1 change: 1 addition & 0 deletions docs/key-concepts/scrollbar-issue.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Scrollbar issues
1 change: 1 addition & 0 deletions docs/key-concepts/selectors.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Selectors
1 change: 1 addition & 0 deletions docs/key-concepts/test-configuration.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Tests configuration
1 change: 1 addition & 0 deletions docs/key-concepts/test-reports.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Test reports
1 change: 1 addition & 0 deletions docs/key-concepts/test-stability.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Stability of tests
1 change: 1 addition & 0 deletions docs/key-concepts/testplane-localbrowser.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Testplane on local browser
1 change: 1 addition & 0 deletions docs/key-concepts/testplane-mcp.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Testplane MCP
1 change: 1 addition & 0 deletions docs/key-concepts/time-travel.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Time Travel
2 changes: 1 addition & 1 deletion docs/quickstart/index.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Tabs from "@theme/Tabs";
import TabItem from "@theme/TabItem";

# Quick Start
# Installation

## Installation {#install}

Expand Down
1 change: 1 addition & 0 deletions docs/quickstart/launch-debugging.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Launch and debugging
1 change: 1 addition & 0 deletions docs/quickstart/writing-test.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Writing a test
1 change: 1 addition & 0 deletions docs/testing-types/android-testing.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Android application testing
1 change: 1 addition & 0 deletions docs/testing-types/component-testing.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Component testing
1 change: 1 addition & 0 deletions docs/testing-types/screenshot-testing.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Screenshot testing with Storybook
1 change: 1 addition & 0 deletions docs/testing-types/visual-testing.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Visual testing
19,786 changes: 14,644 additions & 5,142 deletions package-lock.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"@svgr/webpack": "8.1.0",
"@tailwindcss/postcss": "4.1.13",
"autoprefixer": "10.4.19",
"docusaurus": "1.14.7",
"docusaurus-plugin-sass": "0.2.5",
"eslint": "8.57.0",
"eslint-config-gemini-testing": "3.0.0",
Expand Down
49 changes: 27 additions & 22 deletions sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,25 @@ const sidebars: SidebarsConfig = {
mainSidebar: [
"index",
{
type: "doc",
id: "quickstart/index",
type: "category",
label: "Quickstart",
},
{
type: "doc",
id: "command-line/index",
label: "CLI",
},
{
type: "doc",
id: "testplane-mcp",
label: "Testplane MCP",
items: [
{
type: "doc",
id: "quickstart/index",
label: "Installation",
},
{
type: "doc",
id: "quickstart/writing-test",
label: "Writing a test",
},
{
type: "doc",
id: "quickstart/launch-debugging",
label: "Launch and debugging",
},
],
},
{
type: "category",
Expand Down Expand Up @@ -48,20 +54,19 @@ const sidebars: SidebarsConfig = {
},
{
type: "category",
label: "Config",
items: [{ type: "autogenerated", dirName: "config" }],
link: { type: "doc", id: "config/main" },
label: "Key concepts",
items: [{ type: "autogenerated", dirName: "key-concepts" }],
},
{
type: "category",
label: "Visual testing",
items: [{ type: "autogenerated", dirName: "visual-testing" }],
link: { type: "doc", id: "visual-testing/visual-testing-intro" },
label: "Config",
items: [{ type: "autogenerated", dirName: "config" }],
link: { type: "doc", id: "config/main" },
},
{
type: "category",
label: "Guides",
items: [{ type: "autogenerated", dirName: "guides" }],
label: "Types of testing",
items: [{ type: "autogenerated", dirName: "testing-types" }],
},
{
type: "category",
Expand All @@ -80,7 +85,7 @@ const sidebars: SidebarsConfig = {
},
{
type: "category",
label: "Сomparison",
label: "Comparison",
items: [{ type: "autogenerated", dirName: "comparison" }],
link: { type: "doc", id: "comparison/compare-with-playwright" },
},
Expand All @@ -100,4 +105,4 @@ const sidebars: SidebarsConfig = {
],
};

export default sidebars;
export default sidebars;
Loading