Light Node Application for API Automation Testing
-> Folder -- File
-> reports
-> html
-- smokeTestReport.html
-- regressionTestReport.html
-> json
-> handlebars
-> resources
-> jsonSchema
-- samplejsonschema.json
-> xmlSchema
-- samplexmlschema.xml
-> test
-> regression
-> smoke
-- app.js
-- package.json
-- package-lock.json
-- README.md
-- LICENSE
-- .gitignore
-- .npmignore
$ npm install
$ npm run test
$ npm run smoke
$ npm run regression
JSON Schema https://www.npmjs.com/package/chai-ajv-json-schema XML Schema https://www.npmjs.com/package/xsd-schema-validator
https://github.com/circa10a/easy-soap-request/blob/master/test/retrieveLngLattest.js