Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 335 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (11 loc) · 335 Bytes

Contributing

Quick guides on how to run tasks needed to maintain the project.

Run E2E tests

Use the following command to run the E2E tests using Docker:

docker compose up e2e-tests

In order to update the snapshots in E2E tests, use the following command:

docker compose up e2e-tests-update-snapshots