treeebooor / Lab8_Starter

Repository from Github https://github.comtreeebooor/Lab8_StarterRepository from Github https://github.comtreeebooor/Lab8_Starter

Lab 8 - Starter

Robert Jiang

  1. Automated test should be run in a GitHub action that runs automtically whenever someone pushes their code.
  2. No
  3. No, this feature has to do with user interaction and should be tested with an end to end test. This feature also is not a standalone feature as it most likely depends on mutliple functions, thus unit test is not suitable.
  4. Yes, this is likely a single function that checks if the length of a string exceeds 80 characters. Thus unit testing is reasonable.

About


Languages

Language:JavaScript 83.8%Language:CSS 9.4%Language:HTML 6.8%