Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

Running tests on Linux

Jeff Booher edited this page Jun 5, 2014 · 9 revisions

Courtesy of @ingorichter

  • clone the Brackets repository
  • checkout the release branch
  • run _npm install & grunt setup`
  • run grunt test-integration --suite=unit --shell=/opt/brackets/brackets
  • rename result.xml to result-unit.xml
  • run grunt test-integration --suite=extension --shell=/opt/brackets/brackets
  • rename result.xml to result-extension.xml
  • run grunt test-integration --suite=integration --shell=/opt/brackets/brackets
  • rename result.xml to result-integration.xml

Install Apache & PHP for server smokes

<?php
phpinfo();
?>