From 4f1505de3c99cc6a83d5d7549680c8b95f11d072 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Felipe=20de=20Medeiros=20Moreira?= Date: Mon, 1 Jul 2019 07:01:18 -0300 Subject: [PATCH] docs(README) Changes README related to cypress to use the new commands (#610) --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 01bef4f5d..a48fa4fa1 100644 --- a/README.md +++ b/README.md @@ -119,10 +119,13 @@ Commands to run the tests: ```js // Open Cypress Dashboard that provides insight into what happened when your tests ran -yarn run cypress +yarn run cy // Run all tests using Electron browser headless -yarn run cypress:all +yarn run cy:run + +// Run all tests in CI mode +yarn run cy:run:ci ``` ### Contributing