Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 568 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 568 Bytes

The Harbor Project

A sampling and sandboxing project using express and codeceptjs.

To Run

  • Open one terminal and run npm run server
  • In a second terminal run npm run automation (or any of the other automation script commands)
  • There should be an output folder and a mochawesome-report folder depending on which automation commands are executed

To Add

  • All test code is contained within the probe folder and follows the codeceptjs structures
  • All server code is contained within the wharf folder and follows express and ejs structures