@@ -26,6 +27,7 @@ class TestsRunUI extends ConsoleCommand
$this->addOption('drop',null,InputOption::VALUE_NONE,"Drop the existing database and re-setup a persisted fixture.");
$this->addOption('assume-artifacts',null,InputOption::VALUE_NONE,"Assume the diffviewer and processed screenshots will be stored on the builds artifacts server. For use with travis build.");
$this->addOption('plugin',null,InputOption::VALUE_REQUIRED,"Execute all tests for a plugin.");
$this->addOption('skip-delete-assets',null,InputOption::VALUE_NONE,"Skip deleting of merged assets (will speed up a test run, but not by a lot).");