> For the complete documentation index, see [llms.txt](https://cypress.visual-image-diff.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cypress.visual-image-diff.dev/getting-started/running-tests.md).

# Running tests

## Tests

Before you run any of the test command below ensure to build the image:

`make build`

### Linting

`make lint-test`

### Unit tests

`make unit-test`

### E2E tests

`make e2e-test`

### Please notice

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.
