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