From 99ba0df9f62016f2472d8c7d7db7bac696306f70 Mon Sep 17 00:00:00 2001 From: freearhey Date: Sun, 7 Jul 2019 04:39:07 +0300 Subject: [PATCH] Added info about testing playlist of specific country --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c2e85b37e..878c62abd2 100644 --- a/README.md +++ b/README.md @@ -191,4 +191,10 @@ If you just found an error or have any suggestions on how to organize a playlist npm run test ``` -Be prepared test may take a long time. After the tests end all broken links will be saved to the file `error.log`. \ No newline at end of file +Be prepared test may take a long time. Or if you want to test the playlist of a particular country, you can specify the [ISO 3166 code](https://en.wikipedia.org/wiki/ISO_3166) of the country as an argument when running the test. + +```sh +npm run test --country=uk +``` + +After the test is over all broken links will be saved to the file `error.log`. \ No newline at end of file