Skip to content

Commit 2610678

Browse files
Merge branch 'main' of github.com:CyborgTests/cyborg-test
2 parents 6dadbaf + ce761fc commit 2610678

File tree

1 file changed

+11
-16
lines changed

1 file changed

+11
-16
lines changed

README.md

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
1-
<a href="https://www.cyborgtests.com/" target="_blank">
2-
<img src="https://cdn.prod.website-files.com/67f5380f43dbd686532cd541/686bcc6d09e3deeafa38eaed_cyborg-test-banner.png" alt="Banner" style="width: 100%" />
3-
</a>
4-
51
# Cyborg Test
6-
**Capture Manual Steps. Create Automated Tests**
72

8-
Cyborg Test is a powerful extension for [Playwright](https://playwright.dev/) that allows you to include manual verification steps in your automated test flow.
9-
When a manual step is hit, a separate window appears showing the step description that needs to be executed, so a tester can mark it as passed or failed.
10-
This lets you combine automated checks with human input in the same test case.
3+
Cyborg Test is [Playwright](https://playwright.dev/) extension that lets you combine automated checks with human input in the same test case.
4+
5+
When a manual step is hit, a separate window appears showing the step description that needs to be executed, so a tester can mark it as passed or failed.
6+
7+
<div align="center">
8+
<img alt="Demo 2" src="https://cdn.prod.website-files.com/67f5380f43dbd686532cd541/68b95361afb2e204e3e29301_manualStep_small.gif" />
9+
<div>Manual Step Demo</div>
10+
<br />
11+
<img alt="Demo 1" src="https://cdn.prod.website-files.com/67f5380f43dbd686532cd541/68874aebb6babee061d07ad2_testBuilder.gif" />
12+
<div>Test Builder Demo</div>
13+
</div>
1114

1215
## 🤖 Demo
1316

@@ -20,14 +23,6 @@ This lets you combine automated checks with human input in the same test case.
2023
See how Cyborg Test turns manual steps into streamlined Playwright tests:
2124
[YouTube - 🤖 Introducing CyborgTests - Stop Wrestling with Partially Automatable Tests!](https://www.youtube.com/watch?v=jO-N1Fcofog&ab_channel=HOTtesting)
2225

23-
<div align="center">
24-
<img alt="Demo 2" src="https://cdn.prod.website-files.com/67f5380f43dbd686532cd541/68874ae64e22ec7bf685969e_manualStep.gif" />
25-
<div>Manual Step Demo</div>
26-
<br />
27-
<img alt="Demo 1" src="https://cdn.prod.website-files.com/67f5380f43dbd686532cd541/68874aebb6babee061d07ad2_testBuilder.gif" />
28-
<div>Test Builder Demo</div>
29-
</div>
30-
3126
## 🚀 Installation
3227

3328
```bash

0 commit comments

Comments
 (0)