fixed CONTRIBUTING typos (#12057)

This commit is contained in:
adam-stasiak-polidea 2020-12-15 18:07:34 +01:00 committed by GitHub
parent 12e086dc61
commit 7dac150dc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 5 deletions

View File

@ -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: