# README
Tests
This folder contains e2e test cases run against the final binary or installer pkg.
Warning: only run on a development machine or in a ci-cd container. The test will install and remove a snclient service.
Run the tests with:
go test -v
Note: this tests will (at least on windows) build and install a .msi file.
Requirements
- go
Requirements Windows
- go
- wix.exe
- prepared
windist
folder withsnclient.exe
,windows_exporter.exe
- put a
snclient.msi
into thet
folder