You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by cc...@apache.org on 2018/09/18 21:37:49 UTC

[incubator-superset] branch master updated: [contributing.md] swap cypress command order (#5921)

This is an automated email from the ASF dual-hosted git repository.

ccwilliams pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 42ab175  [contributing.md] swap cypress command order (#5921)
42ab175 is described below

commit 42ab1754db33fe4b74ae386b5127a7ab4193b0b0
Author: Chris Williams <wi...@users.noreply.github.com>
AuthorDate: Tue Sep 18 14:37:44 2018 -0700

    [contributing.md] swap cypress command order (#5921)
---
 CONTRIBUTING.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 3aeb68b..e1357ee 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -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