Skip to content

CI & CD

sanni ☀️ edited this page Oct 29, 2020 · 3 revisions

When creating a PR, a range of checks using GitHub Actions are run to ensure consistency.

The tests run include styling, unit tests as well as end-to-end (E2E) testing.

Styling

To ensure good style the commit is checked with prettier. Enabling a prettier plugin in your editor of choice (e.g.coc-prettier) will generally ensure that this is not an issue. However, you can also manually run yarn pretty in the server/client.

Tests

The unit tests and E2E tests are run on every PR. The tests can be checked locally using yarn test.

Clone this wiki locally