Nile Testing

This guide will help contributors about how to test Nile.

There are several different types of tests that can be performed on a design system. These include:

Brief

  1. Our coverage percentage for tests is 100%.
  2. To run tests, you can simply type yarn run test and run.
  3. We are using @open-wc/testing to write tests. You can check here to have more information about how to write tests.
  4. We are using playwright to run our tests for Chromium, Firefox and Webkit with @web/test-runner.