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 otherautomationscript commands) - There should be an
outputfolder and amochawesome-reportfolder depending on whichautomationcommands are executed
- All test code is contained within the
probefolder and follows the codeceptjs structures - All server code is contained within the
wharffolder and follows express and ejs structures