From 4ea23f1c4c50a9c71425f0d6f6a6d605926104df Mon Sep 17 00:00:00 2001 From: Pavel Rybalko Date: Mon, 15 Nov 2021 19:34:39 +0700 Subject: [PATCH] update readme --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 98d3ab6..9be9d62 100644 --- a/README.md +++ b/README.md @@ -65,11 +65,16 @@ yarn run serve yarn run build ``` -#### Run your tests +#### Run unit tests ``` yarn run test:unit ``` +#### Run end-to-end UI tests +``` +yarn run test:e2e +``` + #### Lints and fixes files ``` yarn run lint