Skip to content

Commit

Permalink
[contributing.md] swap cypress command order (apache#5921)
Browse files Browse the repository at this point in the history
  • Loading branch information
williaster authored Sep 18, 2018
1 parent 24be692 commit 42ab175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -346,9 +346,9 @@ We use [Mocha](https://mochajs.org/), [Chai](http://chaijs.com/) and [Enzyme](ht
We use [Cypress](https://www.cypress.io/) for integration tests. Tests can be run by `tox -e cypress`. To open Cypress and explore tests first setup and run test server:

export SUPERSET_CONFIG=tests.superset_test_config
superset load_test_users
superset db upgrade
superset init
superset load_test_users
superset load_examples
superset runserver

Expand Down

0 comments on commit 42ab175

Please sign in to comment.