Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 599 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (18 loc) · 599 Bytes

Contributing Guide

Testing

Ensure you are not running a local postgres server (such as the Postgres app for OSX).

Start up / tear down the local network:

> ./bin/local up
> ./bin/local down

Then to run all the tests, in a separate window:

> sbt test

To run a specific test:

> sbt
> test:testOnly tests.simulation.StartupSimTest

To view spans emitted during test execution, open a browser to http://localhost:16686 and search traces by Service = SkunkTests. Alterntively, use http://localhost:16686/search?limit=100&lookback=15m&service=SkunkTests.