dragonfly/test
Gaius a637440aba
chore: fix 'as' keyword should match the case of the 'from' keyword (#3445)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2024-08-20 20:30:28 +08:00
..
e2e feat: optimize GetTaskJob and DeleteTaskJob (#3434) 2024-08-16 16:31:53 +08:00
testdata test: add nydus e2e testing for API v2 (#3234) 2024-05-14 12:07:35 +08:00
tools chore: fix 'as' keyword should match the case of the 'from' keyword (#3445) 2024-08-20 20:30:28 +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