UNCLASSIFIED - NO CUI

Implement BB Testing

Guide found here.

Notes

  • Unsure how far this should go
    • Could just login and make sure web ui looks as expected
    • Could also scan, stub, and rebase a test image, then run it to make sure all parts are functional
    • Not sure which is reasonable/proper for this part of testing, TODO

Definition of Done

  • Gluon library is added to chart
  • bbtests section added to chart/values.yaml with proper defaults
  • Cypress tests are written
    • Content tbd, TODO
  • Script tests are written
    • Content tbd, TODO
  • Tests run successfully after MR