Skip to content

PlaceOS/driver-spec-runner

Repository files navigation

PlaceOS Driver Spec Runner

Build CI

A spec runner for PlaceOS drivers.

Development

To test the spec runner: ./test

See here for further detail on developing the interface.

To spin up the test harness in your browser, follow the steps here.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request