Skip to content

ravivamsi/apiautomator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

apiautomator

Light Node Application for API Automation Testing

Build Status

Folder Structure of apiautomator framework

-> 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

Node Install

$ npm install

Run the test script in the package.json

$ npm run test

Run the smoke script in the package.json

$ npm run smoke

Run the regression script in the package.json

$ npm run regression

To Do

Schema Assertions

JSON Schema https://www.npmjs.com/package/chai-ajv-json-schema XML Schema https://www.npmjs.com/package/xsd-schema-validator

SOAP Requests

https://github.com/circa10a/easy-soap-request/blob/master/test/retrieveLngLattest.js

About

Light Node Application for API Automation Testing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published