dragonfly/test
Gaius 2c83f80606
feat: add content for calculating task id when preheat file and handle task (#3994)
feat: add content for calculating task id

Signed-off-by: Gaius <gaius.qi@gmail.com>
2025-04-24 15:49:32 +00:00
..
e2e feat: add content for calculating task id when preheat file and handle task (#3994) 2025-04-24 15:49:32 +00:00
testdata chore: update image versions to v2.2.1-rc.3 in compatibility e2e test (#3882) 2025-03-12 16:24:57 +08:00
tools refactor: modernize the code by new features provided by golang stand… (#3963) 2025-04-17 07:48:42 +00: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