mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
Add link to simulated host instructions in Testing docs (#997)
- Add link testing documentation that points to instructions for starting up containerized hosts in the development environment.
This commit is contained in:
parent
f75a2fc739
commit
8b13e354f8
@ -1,6 +1,7 @@
|
||||
# Testing & Local Development
|
||||
|
||||
- [License key](#license-key)
|
||||
- [Simulated hosts](#hosts)
|
||||
- [Test suite](#test-suite)
|
||||
- [End-to-end tests](#end-to-end-tests)
|
||||
- [Test hosts](#test-hosts)
|
||||
@ -32,6 +33,12 @@ or
|
||||
./build/fleet serve --dev --license_key=eyJhbGciOiJFUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJGbGVldCBEZXZpY2UgTWFuYWdlbWVudCBJbmMuIiwiZXhwIjoxNjQwOTk1MjAwLCJzdWIiOiJkZXZlbG9wbWVudCIsImRldmljZXMiOjEwMCwibm90ZSI6ImZvciBkZXZlbG9wbWVudCBvbmx5IiwidGllciI6ImJhc2ljIiwiaWF0IjoxNjIyNDI2NTg2fQ.WmZ0kG4seW3IrNvULCHUPBSfFdqj38A_eiXdV_DFunMHechjHbkwtfkf1J6JQJoDyqn8raXpgbdhafDwv3rmDw
|
||||
```
|
||||
|
||||
## Simulated hosts
|
||||
|
||||
It can be helpful to quickly populate the UI with simulated hosts when developing or testing features that require host information.
|
||||
|
||||
Check out [the instructions in the `/tools/osquery` directory](../../tools/osquery/README.md#testing-with-containerized-osqueryd) for starting up simulated hosts in your development environment.
|
||||
|
||||
## Test suite
|
||||
|
||||
To execute the basic unit and integration tests, run the following from the root of the repository:
|
||||
|
Loading…
Reference in New Issue
Block a user