Hi Sebastian, If I understand your query correctly, you must be searching for how to do automated test cases for your application. There are many test frameworks available for NodeJS like Jest(https://github.com/*facebook*/*jest*) , Mocha (https://*mochajs*.org/) or Headless browsers eg. PhantomJS (http://phantomjs.org/)
Thank you Alan On Thursday, 6 August 2015 21:34:19 UTC+5:30, Sebastian M Cheung wrote: > > AlsoI created a simple test.js file inside NodeJS project, not sure where > to start > > I would also like to create app as per attached, with form validation and > dropdown from JSON file > , once submitted, creates a new MongodB data row > > Also how to run test.js just by itself. Is there a REPL ? > -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/702e2e76-21d0-4a41-bb27-f84768504dbc%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
