/pubnub-sdk-test

This repo was created to test the many SDKs supported by Pubnub.com in an automated way.

Primary LanguagePythonMIT LicenseMIT

Build Status

pubnub-sdk-test

This repo was created to test the many SDKs supported by Pubnub.com in an automated way.

Test a specific SDK

In the ./SDKs directory, are all the SDKs that are currently supported. To test a specific SDK (like NodeJS for example), run the following...

make run SDK=nodejs

Please Note that SDKs given should always be lowercase (as the directories indicate)

If you want to force a rebuild of the docker image, include REBUILD=true in your make command.

Test all SDKs

If you'd like to test all supported SDKs, run the following...

make run-all

TODO