dragonfly/test
Gaius 4a791c78e4
chore: update golang version to v1.23.0 (#3609)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2024-10-29 10:43:55 +08:00
..
e2e feat: support searching task by url for GetTask and DeleteTask (#3607) 2024-10-28 20:09:56 +08:00
testdata feat: support searching task by url for GetTask and DeleteTask (#3607) 2024-10-28 20:09:56 +08:00
tools chore: update golang version to v1.23.0 (#3609) 2024-10-29 10:43:55 +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