This repository was archived by the owner on Mar 17, 2025. It is now read-only.
This repository was archived by the owner on Mar 17, 2025. It is now read-only.
Create hardware continuous testing environment #168
Open
Description
We should have a testing rig setup that will:
- Monitor our github repos for new changes (definitely merges, maybe even PRs)
- Pull locally
- Run all examples against a local esp module
- Scrape serial output for expected values
- Report results, maybe via email or maybe post to PRs (ala travis), maybe create an issue on failure.