Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Unit tests are written using Mocha and run with the PhantomJS headless browser.
To set your environment up for unit testingrun unit tests for ambari-web, run:

Code Block
cd ambari-web
mvn test


Ambari Backend Development

...