1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-13 03:35:52 +01:00

Updated Developing new tests (markdown)

Juan Picado @jotadeveloper 2018-06-23 16:53:07 +02:00
parent a29752069f
commit 0f3b2f6ee1

@ -1,6 +1,6 @@
All tests are split in three folders:
- `test/unit` - Tests that cover functions that transform data in an non-trivial way. These tests simply `require()` a few files and run code in there, so they are very fast.
- `test/unit` - Tests that cover functions that transform data, react unit testing and mock some basic http endpoints.
- `test/functional` - Tests that launch a 3 verdaccio instances and perform a series of requests to it over http. They are slower than unit tests.
- `test/e2e` - Tests that launch a two verdaccio instances and User Interface is tested against Google Chrome Puppeteer