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

Running tests on Linux

JeffryBooher edited this page Oct 30, 2014 · 9 revisions

Courtesy of @ingorichter

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

Install Apache & PHP for server smokes

<?php
phpinfo();
?>