Usage of PlaceOS Driver Spec Runner allows you to build and test drivers without installing or running the complete PlaceOS service.
Clone the drivers repository: git clone https://github.com/placeos/drivers drivers
Test your driver with ./harness report <your_spec_file>
.
If the spec file argument is omitted, the harness will run specs for every driver in the current repository.
After running ./harness up
, the harness will expose a development interface on localhost:8085.