Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeyZat authored Aug 7, 2021
1 parent d200aa4 commit ce85643
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ It will run de-test tests with configuration from `detest.yaml` file by default.
Check out the [Example React application project](https://github.com/MikeyZat/detest-example) for a complex example, including integrating the **de-test** into CI pipeline.

## How it works
After parsing and extracting test case suites from the configuration file, `detest` uses [Pupeteer](https://github.com/puppeteer/puppeteer) to validate a web application in a headless browser. To evaluate each test case, it uses the [node-tap library](https://github.com/tapjs/node-tap), which is a super-light and efficient unit testing library. Combining these two tools together, we get extremely fast and precise design testing library, with clear interface and straightforward output.

## Motivation

Expand Down

0 comments on commit ce85643

Please sign in to comment.