- 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/.
- Run tests
$ yarn test:integration --watch
$ cd integration
$ docker-compose up -d
Wait for Splunk to be running (you can check by accessing the web UI at http://localhost:8000/.
$ yarn test:integration --watch