WhiteBoardDev / address-location-tool

Find your servers!
0 stars 0 forks source link

Automated Test Script #9

Closed WhiteBoardDev closed 8 years ago

WhiteBoardDev commented 8 years ago

As we write more code, we need a way to test that the system still works. I believe we should make some simple scripts that does this

  1. creates a vagrant box
  2. installs ALT
  3. configures json files and node name
  4. runs alt
  5. check firebase to confirm that IP was set

This script should be written in a way so that it can be ran from any machine with vagrant on it. Keep it simple.