brackets/test
David Humphrey (:humph) david.humphrey@senecacollege.ca 851a257112 Fix #569: Merge Bramble with upstream Adobe Brackets (1.9 dev)
mozilla/brackets: 3754f1a285 (Wed Feb 8, 2017)
adobe/brackets: e9399ba7ebb787d38956be6f7caadaec491b3d98 (Sun Jan 29, 2017)

Common ancestor is c14890df8a (Tue May 26, 2015)
2017-02-13 11:30:33 -05:00
..
node Fix #569: Merge Bramble with upstream Adobe Brackets (1.9 dev) 2017-02-13 11:30:33 -05:00
perf Fix #569: Merge Bramble with upstream Adobe Brackets (1.9 dev) 2017-02-13 11:30:33 -05:00
smokes Fix #569: Merge Bramble with upstream Adobe Brackets (1.9 dev) 2017-02-13 11:30:33 -05:00
spec Fix #569: Merge Bramble with upstream Adobe Brackets (1.9 dev) 2017-02-13 11:30:33 -05:00
thirdparty update file paths 2014-05-27 13:27:25 -07:00
BootstrapReporterView.css Implement Splitview 2014-08-29 13:05:49 -07:00
BootstrapReporterView.js Fix #569: Merge Bramble with upstream Adobe Brackets (1.9 dev) 2017-02-13 11:30:33 -05:00
PerformanceTestSuite.js Fix #569: Merge Bramble with upstream Adobe Brackets (1.9 dev) 2017-02-13 11:30:33 -05:00
README.md Fix #569: Merge Bramble with upstream Adobe Brackets (1.9 dev) 2017-02-13 11:30:33 -05:00
SpecRunner.html Fix #569: Merge Bramble with upstream Adobe Brackets (1.9 dev) 2017-02-13 11:30:33 -05:00
SpecRunner.js Fix #569: Merge Bramble with upstream Adobe Brackets (1.9 dev) 2017-02-13 11:30:33 -05:00
TestPreferencesImpl.js Fix #569: Merge Bramble with upstream Adobe Brackets (1.9 dev) 2017-02-13 11:30:33 -05:00
UnitTestReporter.js Fix #569: Merge Bramble with upstream Adobe Brackets (1.9 dev) 2017-02-13 11:30:33 -05:00
UnitTestSuite.js Fix #569: Merge Bramble with upstream Adobe Brackets (1.9 dev) 2017-02-13 11:30:33 -05:00
jasmine.sh Fix #569: Merge Bramble with upstream Adobe Brackets (1.9 dev) 2017-02-13 11:30:33 -05:00
polyfills.js Fix jshint errors 2014-05-28 16:58:16 +02:00

README.md

Overview

Unit testing for brackets uses Jasmine.

Getting started

Running Tests

2 options for running tests:

  1. Run brackets-app and click "Run Tests" from the menu (debugging and dev tools not supported)
  2. Run jasmine.sh (only OSX is supported) or manually run Brackets-app with the argument file://path/to/brackets/test/SpecRunner.html.

Adding New Tests

  1. Create a new .js file under spec/
  2. Write the test (see spec/Editor-test.js or Jasmine documentation)
  3. Edit SpecRunner.html and add the spec .js file in a new script tag

Known Issues

None