Skip to content

feedhenry/fh-sdk-api-test-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Client SDK API test

Tests Client API with Client SDK for Cordova.

How it works

  • Prepares environment
    • Creates project in studio
    • Updates connection between client and cloud app
    • Secures endpoints
    • Deploys cloud app
    • Creates policy
    • Clones client app and copies test files in it
  • Runs Cordova client app in browser
  • Gathers results of testing

What does it test

  • $FH.AUTH
  • $FH.CLOUD
  • $FH.GETCLOUDURL
  • $FH.GETFHPARAMS
  • $FH.HASH
  • $FH.SEC
  • $FH.SYNC

Prerequisites

  • Node.js >= 8
  • Cordova

How to use it

To start the test run:

npm install
npm start -- --host=<address> --username=<user> --password=<password> --environment=<env> --prefix=<prefix>

TODO

  • $FH.PUSH
  • $FH.MBAAS
  • $FH.FORMS

About

Application for FeedHenry SDK API testing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published