Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 325 Bytes

DEV.md

File metadata and controls

19 lines (13 loc) · 325 Bytes

Development

Integration tests

Install docker then start fresh Zabbix Server:

docker-compose up -d

Login to Zabbix with Admin http://localhost:3080 with creds: Admin / zabbix and check if service available.

Then run tests:

chmod +x run-integration-tests.sh
./run-integration-tests.sh