Skip to content
This repository was archived by the owner on Jan 23, 2026. It is now read-only.

Commit d5d0579

Browse files
committed
force empty push
1 parent aed47f2 commit d5d0579

3 files changed

Lines changed: 29 additions & 15 deletions

File tree

README.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,12 @@ A free, open-source tool for automated testing on real and virtual hardware with
99

1010
## Highlights
1111

12-
- 🚀 A single, unified testing tool for local, virtual, and remote hardware testing.
13-
- 🐍 Write test scripts in Python with familiar frameworks such as [pytest](https://docs.pytest.org/en/stable/).
14-
- 🛠️ Use [drivers](https://docs.jumpstarter.dev/introduction/drivers.html) to abstract complex hardware interfaces for testing.
15-
- 🔌 Built-in support for common interfaces such as [CAN](https://github.com/jumpstarter-dev/jumpstarter/tree/main/packages/jumpstarter-driver-can), [IP](https://github.com/jumpstarter-dev/jumpstarter/tree/main/packages/jumpstarter-driver-network), [GPIO](https://github.com/jumpstarter-dev/jumpstarter/tree/main/packages/jumpstarter-driver-raspberrypi), [U-Boot](https://github.com/jumpstarter-dev/jumpstarter/tree/main/packages/jumpstarter-driver-uboot), [SD Wire](https://github.com/jumpstarter-dev/jumpstarter/tree/main/packages/jumpstarter-driver-sdwire), etc.
16-
- 💻 Collaborate with developers around the world on shared test hardware.
17-
- ☸ Integrates with your existing [Cloud Native](https://www.cncf.io/) development environment.
18-
- 🔄 Run hardware tests with your existing CI/CD pipelines in the cloud.
19-
- 📦 Support for containerized test runners with Podman/Docker.
20-
- 🖥️ Supports Linux and macOS.
12+
- **Unified Testing** - One tool for local, virtual, and remote hardware
13+
- **Python-Powered** - Leverage Python's testing ecosystem
14+
- **Hardware Abstraction** - Simplify interfaces with drivers
15+
- **Collaborative** - Share test hardware globally
16+
- **CI/CD Ready** - Works with cloud native developer environments and pipelines
17+
- **Cross-Platform** - Supports Linux and macOS
2118

2219
## Installation
2320

@@ -46,8 +43,8 @@ Additionally, the command line reference documentation can be viewed with `jmp -
4643
## Contributing
4744

4845
Jumpstarter welcomes contributors of all levels of experience and would love to
49-
see you involved in the project. See the [contributing guide](https://github.com/jumpstarter-dev/jumpstarter/blob/main/CONTRIBUTING.md) to get started.
46+
see you involved in the project. See the [contributing guide](CONTRIBUTING.md) to get started.
5047

5148
## License
5249

53-
Jumpstarter is licensed under the Apache 2.0 License ([LICENSE](https://github.com/jumpstarter-dev/jumpstarter/blob/main/LICENSE) or [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)).
50+
Jumpstarter is licensed under the Apache 2.0 License ([LICENSE](LICENSE) or [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)).

docs/source/index.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,12 @@
2222
:alt: Weekly Meeting
2323
```
2424

25-
Jumpstarter is a free and open-source testing tool that enables you to test your software stack on both real hardware and virtual environments using CI/CD principles. It provides powerful testing tools that leverage Cloud Native principles, modern CI/CD technologies, and open standards for the next generation of edge devices, whether physical or emulated.
25+
Jumpstarter is a free and open-source testing tool that bridges the gap between development workflows and deployment environments. It enables you to test your software stack consistently across both real hardware and virtual environments using cloud native principles. By decoupling your target devices (physical or virtual) from test runners, development machines, and CI/CD pipelines, Jumpstarter allows you to use the same automation scripts everywhere - like a *Makefile* for device automation.
2626

27-
## Device Automation Made Simple
28-
29-
Jumpstarter decouples your target devices (physical or virtual) from test runners, development machines, and CI/CD pipelines, allowing you to use the same automation scripts, commands, and processes everywhere. Think of it as a *Makefile* for device automation that can run locally on your machine or distributed across your infrastructure.
27+
```{include} ../../README.md
28+
:start-after: "## Highlights"
29+
:end-before: "##"
30+
```
3031

3132
## Learning Paths
3233

uv.lock

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)