Skip to content

Commit 26eeff4

Browse files
Feature/test builder (#21)
* control-panel location change * Remove index.html from root * Text generator init * Control panel heroui * Test generator app * Lib build fix * Temporarily comment out ThemeSwitch component in Header * Readme update * Removed console logs * Context menu styling fix * Add publishConfig to package.json for GitHub npm registry * Remove publishConfig from package.json * Update README.md with new demo images --------- Co-authored-by: Max Soloviov <max.soloviov@keenethics.com>
1 parent 6ffa3bc commit 26eeff4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+8392
-979
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ node_modules/
44
/blob-report/
55
/playwright/.cache/
66
/blobs
7-
/app-build
7+
/control-panel-build
8+
/test-builder-build
89
/dist
10+
/index.html
911

1012
.env
1113
.DS_Store

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,13 @@ This lets you combine automated checks with human input in the same test case.
1313

1414
See how Cyborg Test turns manual steps into streamlined Playwright tests:
1515
[YouTube - 🤖 Introducing CyborgTests - Stop Wrestling with Partially Automatable Tests!](https://www.youtube.com/watch?v=jO-N1Fcofog&ab_channel=HOTtesting)
16+
1617
<div align="center">
17-
<img alt="Demo 1" src="https://cdn.prod.website-files.com/67f5380f43dbd686532cd541/686cc5f569c8520273bee57d_ezgif-1db8ce85447022.gif" />
18-
<img alt="Demo 2" src="https://cdn.prod.website-files.com/67f5380f43dbd686532cd541/686cc5fc2d926905f881c677_ezgif-1ea65483285706.gif" />
18+
<img alt="Demo 2" src="https://cdn.prod.website-files.com/67f5380f43dbd686532cd541/68874ae64e22ec7bf685969e_manualStep.gif" />
19+
<div>Manual Step Demo</div>
20+
<br />
21+
<img alt="Demo 1" src="https://cdn.prod.website-files.com/67f5380f43dbd686532cd541/68874aebb6babee061d07ad2_testBuilder.gif" />
22+
<div>Test Builder Demo</div>
1923
</div>
2024

2125
## 🚀 Installation

index.html

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

0 commit comments

Comments
 (0)