-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bcbc705
commit 087cebc
Showing
1 changed file
with
13 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,11 +28,20 @@ The Flojoy copyright is owned by Flojoy Inc, and contributors are asked to sign | |
|
||
If interested in using Flojoy in a context where the AGPL license is prohibitive, [please get in touch](mailto:[email protected]) or [contact sales](https://www.flojoy.ai/contact-sales). | ||
|
||
# Architecture diagram | ||
# Screenshots | ||
|
||
![backend-architecture](https://github.com/flojoy-ai/studio/assets/69379081/ed72cea2-17bb-4aa3-a26d-7eec19b24685) | ||
## Test sequencer | ||
|
||
# Screenshots | ||
To use the test sequencer, simply import existing pytest, Python, and/or Robot Framework scripts. For pytest, the test sequencer will automatically atomize your tests as rows. | ||
|
||
<img width="1440" alt="Flowchart" src="https://github.com/flojoy-ai/studio/assets/56351875/d89e35b5-f57b-4d77-b960-eb75818db12c"> | ||
<img width="1440" alt="Test Sequencer" src="https://github.com/flojoy-ai/studio/assets/56351875/26d8c59d-edf4-491c-a24b-874ed6e5b95d"> | ||
|
||
## No-code script builder | ||
|
||
Quickly build test & measure automation apps by wiring together premade "blocks." Custom blocks can also be written in Python. | ||
|
||
<img width="1440" alt="Flowchart" src="https://github.com/flojoy-ai/studio/assets/56351875/d89e35b5-f57b-4d77-b960-eb75818db12c"> | ||
|
||
# Architecture | ||
|
||
![backend-architecture](https://github.com/flojoy-ai/studio/assets/69379081/ed72cea2-17bb-4aa3-a26d-7eec19b24685) |