robdiciuccio commented on a change in pull request #11603:
URL: 
https://github.com/apache/incubator-superset/pull/11603#discussion_r520937680



##########
File path: CONTRIBUTING.md
##########
@@ -624,32 +624,36 @@ We use [Cypress](https://www.cypress.io/) for integration 
tests. Tests can be ru
 
 ```bash
 export SUPERSET_CONFIG=tests.superset_test_config
+export SUPERSET_TESTENV=true
+export ENABLE_REACT_CRUD_VIEWS=true
 export CYPRESS_BASE_URL="http://localhost:8081";
 superset db upgrade
-superset init
 superset load_test_users
-superset load_examples
+superset load_examples --load-test-data

Review comment:
       @adam-stasiak definitely see the value in having a drop db (or at least 
a drop table) function prior to running tests, but I wouldn't necessarily make 
it mandatory.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to