From 8f1785446baa63fb4abbb33c0e1baef8d8b32843 Mon Sep 17 00:00:00 2001 From: Sinan Date: Wed, 22 Jul 2020 12:52:23 -0700 Subject: [PATCH] docs: Update readme for end to end test commands (#1774) --- platform/viewer/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/platform/viewer/README.md b/platform/viewer/README.md index e47a9f9ab..06047016e 100644 --- a/platform/viewer/README.md +++ b/platform/viewer/README.md @@ -115,13 +115,13 @@ Commands to run the tests: ```js // Open Cypress Dashboard that provides insight into what happened when your tests ran -yarn run cy +yarn test:e2e // Run all tests using Electron browser headless -yarn run cy:run +yarn test:e2e:local // Run all tests in CI mode -yarn run cy:run:ci +yarn run test:e2e:ci ``` ### Contributing