doc(README): update instructions for running e2e tests

This commit is contained in:
Jaka Hudoklin 2019-02-20 23:16:18 +01:00
parent f2c6d6a40d
commit b299ee18b7
No known key found for this signature in database
GPG key ID: 6A08896BFD32BD95

View file

@ -13,7 +13,21 @@ kubernetes resources very easyly.
### Building tests
```shell
nix-build release.nix -A test --show-trace
nix-build release.nix -A tests.results --show-trace
```
**Building single e2e test**
```
nix-build release.nix -A tests.tests.v1_10.testing.testsByName.<name>.script
```
**Debugging e2e test**
```
nix-build release.nix -A tests.tests.v1_10.testing.testsByName.<name>.script.driver
resut/bin/nixos-test-driver
testScript;
```
## License