mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 16:10:05 +01:00
doc(README): update instructions for running e2e tests
This commit is contained in:
parent
f2c6d6a40d
commit
b299ee18b7
1 changed files with 15 additions and 1 deletions
16
README.md
16
README.md
|
|
@ -13,7 +13,21 @@ kubernetes resources very easyly.
|
||||||
### Building tests
|
### Building tests
|
||||||
|
|
||||||
```shell
|
```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
|
## License
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue