From 7dac150dc6f9279c93a832e509aaa89bd35412bb Mon Sep 17 00:00:00 2001 From: adam-stasiak-polidea Date: Tue, 15 Dec 2020 18:07:34 +0100 Subject: [PATCH] fixed CONTRIBUTING typos (#12057) --- CONTRIBUTING.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 30da73333..6518b4378 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -682,20 +682,18 @@ If you already have launched Docker environment please use the following command Launch environment: -CYPRESS_CONFIG=true docker-compose up +```CYPRESS_CONFIG=true docker-compose up``` It will serve backend and frontend on port 8088. -Run Cypres tests: +Run Cypress tests: ```bash cd cypress-base npm install +npm run cypress open ``` -# run tests via headless Chrome browser (requires Chrome 64+) -npm run cypress-run-chrome - ### Storybook Superset includes a [Storybook](https://storybook.js.org/) to preview the layout/styling of various Superset components, and variations thereof. To open and view the Storybook: