Running tests
Run lint, unit and e2e tests on the repository
Last updated
Run lint, unit and e2e tests on the repository
Before you run any of the test command below ensure to build the image:
make build
make lint-test
make unit-test
make e2e-test
It's important that you run the tests in the container as it will have a single resolution setup for everyone.
If the tests are executed locally, depending on your screen resolution the results can differ.
Last updated