Skip to content

Commit

Permalink
fixed CONTRIBUTING typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Stasiak committed Dec 15, 2020
1 parent f79e52f commit 44ddfcc
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions CONTRIBUTING.md
Expand Up @@ -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:
Expand Down

0 comments on commit 44ddfcc

Please sign in to comment.