dragonfly/test
Jim Ma 068dc8a799
chore: print e2e exec output (#1963)
Signed-off-by: Jim Ma <majinjing3@gmail.com>
2023-06-28 17:34:21 +08:00
..
e2e chore: print e2e exec output (#1963) 2023-06-28 17:34:21 +08:00
testdata chore: add e2e with nydus snapshotter (#1860) 2023-06-28 17:34:16 +08:00
tools feat: change yaml field type from string to net.IP (#1929) 2023-06-28 17:34:18 +08:00
README.md fix typos for test/readme (#933) 2023-06-28 17:32:47 +08:00

README.md

Test

Dragonfly includes unit tests and E2E tests.

Unit tests

Unit tests is in the project directory.

Running unit tests

make test

Running uint tests with coverage reports

make test-coverage

E2E tests

E2E tests is in test/e2e path.

Running E2E tests

make e2e-test

Running E2E tests with coverage reports

make e2e-test-coverage

Clean E2E tests environment

make clean-e2e-test