Skip to content
This repository was archived by the owner on Dec 5, 2023. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 305 Bytes

File metadata and controls

16 lines (11 loc) · 305 Bytes

Run integration tests locally

  1. Start docker-compose
$ cd integration
$ docker-compose up -d

Wait for Splunk to be running (you can check by accessing the web UI at http://localhost:8000/.

  1. Run tests
$ yarn test:integration --watch