dragonfly/test
Gaius 2339e9b7c0
refactor: preheat with multi arch image layers (#2864)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-11-08 16:13:04 +08:00
..
e2e refactor: preheat with multi arch image layers (#2864) 2023-11-08 16:13:04 +08:00
testdata fix: e2e test dfget recursive (#2458) 2023-06-28 17:34:57 +08:00
tools chore: update golang version to v1.21 (#2753) 2023-09-25 12:01:12 +08:00
README.md Fix a minor typo (#2127) 2023-06-28 17:34:35 +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 unit 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