dragonfly/test
Gaius cce656a60b
feat: remove otel in client (#3169)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2024-04-08 17:26:25 +08:00
..
e2e feat: remove otel in client (#3169) 2024-04-08 17:26:25 +08:00
testdata feat: add networkTopology e2e test (#3124) 2024-04-08 10:49:18 +08:00
tools feat: add e2e testings framework for rust client and add docker layer cache (#3123) 2024-03-15 13:55:09 +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