dragonfly/test
Gaius 984a0dab13
test: preheat e2e (#627)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-06-28 17:31:45 +08:00
..
e2e test: preheat e2e (#627) 2023-06-28 17:31:45 +08:00
testdata feat: compatibility e2e with matrix (#599) 2023-06-28 17:31:43 +08:00
tools/stress chore: optimize compute piece size function (#528) 2023-06-28 17:31:34 +08:00
README.md test: E2E test use kind's containerd (#448) 2023-06-28 17:30:26 +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

Runing uint tests with coverage reports

$ make test-coverage

E2E tests

E2E tests is in test/e2e path.

Running E2E tests

$ make e2e-test

Runing E2E tests with coverage reports

$ make e2e-test-coverage

Clean E2E tests environment

$ make clean-e2e-test