Skip to content

Commit a478863

Browse files
committed
refactor: update navigation and remove obsolete 'before method' documentation
1 parent c5df93d commit a478863

File tree

3 files changed

+5
-32
lines changed

3 files changed

+5
-32
lines changed

docs/before-method.md

Lines changed: 0 additions & 27 deletions
This file was deleted.

docs/bot.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 🤖 Self-driving bot
1+
# 🤖 Getting started
22

33
## 1. Login to [Wopee Commander](https://cmd.wopee.io)
44

@@ -16,14 +16,16 @@
1616

1717
![Create new project](img/bot/2025-04-16_04-14.png)
1818

19-
## 3. Get tests
19+
## 3. Get your tests
2020

2121
After creating a project, you have two options to add tests:
2222

2323
**A. Generate new tests automatically**
24+
2425
- Start a [NEW ANALYSIS](playwright-visual-testing.md) to let the system create tests for you.
2526

2627
**B. Integrate your existing tests**
28+
2729
- Use your own test suites with one of the following frameworks:
2830
- [Playwright](playwright-visual-testing.md)
2931
- [Cypress](cypress/01-getting-started.md)

mkdocs.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
site_name: Wopee.io
22
nav:
33
- 🚀 Autonomous Testing: index.md
4-
- Self-driving Bot...:
5-
- 🤖 Getting started: bot.md
6-
- 🛠️ Before method: before-method.md
4+
- 🤖 Getting started: bot.md
75
- Visual Testing with...:
86
- ≫ Cypress:
97
- Getting started: cypress/01-getting-started.md

0 commit comments

Comments
 (0)