A sampling and sandboxing project using express and codeceptjs.
- Open one terminal and run
npm run server
- In a second terminal run
npm run automation
(or any of the otherautomation
script commands) - There should be an
output
folder and amochawesome-report
folder depending on whichautomation
commands are executed
- 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