Skip to content

Latest commit

 

History

History
47 lines (26 loc) · 2.87 KB

README.md

File metadata and controls

47 lines (26 loc) · 2.87 KB

main: CI codecov

Flojoy Studio

Open-source test sequencer for hardware validation 🟢 🟡 🔴

Use to validate mission critical components such as PCBs, wire harnesses, and battery packs.

Features

  • Automate pytest, Python, and/or Robot Framework scripts as saveable test sequences
  • No-code GUI to run test sequences - clearly report pass 🟢 / fail 🔴 status to operator
  • No-code, visual scripting interface for common test & measure automation routines
  • Optionally sync test runs with Flojoy Cloud

Quickstart

Please find installer downloads for Mac, Windows, and Linux at https://docs.flojoy.ai/studio/installation/

🆘 Need help installing? Please ask on Flojoy's Discord

License and Copyright

Flojoy is released under the AGPLv3 license. This is a copy-left license in the GPL family of licenses. As with all OSI approved licenses, there are no restrictions on what code licensed under AGPLv3 can be used for. However, the requirements for what must be shared publicly are greater than for licenses that are more commonly used in the Python ecosystem like Apache-2, MIT, and BSD-3.

The Flojoy copyright is owned by Flojoy Inc, and contributors are asked to sign a Contributor License Agreement (based on the Oracle CLA) that grants the company the non-exclusive right to re-license the contribution in the future. For example, the project could be re-licensed to one of the more permissive licenses above (eg MIT or BSD).

If interested in using Flojoy in a context where the AGPL license is prohibitive, please get in touch or contact sales.

Screenshots

Test sequencer

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.

image

No-code script builder

Quickly build test & measure automation apps by wiring together premade "blocks." Custom blocks can also be written in Python.

image

Architecture

backend-architecture