Commands list
Ant build scripts work repository root and most components:
ant prepare # Initialise component ant [test] # Run the tests (default task) ant test-unit # Only run the unit tests ant test-static # Only run static code analysis ant test-feature # Run all feature tests ant update-fixtures # Write fixtures from DB in demo_english ant reset # remove all data and re-import fixtures
To run the tests for Catwalk only, just run cd catwalk ; ant
.
If one of these commands errors, please file a bug report!
Restart All Services
Restart all daemons and other background tasks (e.g. webpack):
sudo supervisorctl restart all
Reset Data
You can reset the data in any Catwalk Project using the following command:
bin/console frontastic:clear
You can also trigger the replication manually by for resync or debugging:
paas/replicator/bin/pull
For more bin
commands, see this article.
‹ Back to Article List