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 19:14:27 UTC

[incubator-superset] branch williaster--contributing-cypress created (now c154d49)

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

ccwilliams pushed a change to branch williaster--contributing-cypress
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.


      at c154d49  [contributing.md] swap cypress command order

This branch includes the following new commits:

     new c154d49  [contributing.md] swap cypress command order

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-superset] 01/01: [contributing.md] swap cypress command order

Posted by cc...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit c154d49deebe7215f9ab0cc47631fec6678e04eb
Author: Chris Williams <wi...@users.noreply.github.com>
AuthorDate: Tue Sep 18 12:14:18 2018 -0700

    [contributing.md] swap cypress command order
---
 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