Skip to content

szpakas/fakepushprovider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fake push provider Build Status

Apache 2.0 License

fakepushprovider is a replacement for the push providers to be used in integration testing of push clients.

Project is in very early stage. Most of the functionality is missing and API breaking changes will happen.

Overview

There are two major modules: push server and generator. Generator is producing apps and instances (devices) database which can than be shared between fake push server and client under test.

As of now support for FCM(GCM)/HTTP and APNS/2 (HTTP/2) is provided. Support for FCM(GCM)/CCS (XMPP) is planned.

Commands

Running tests

$ go test -v ./apns/...
$ go test -v ./fcm/...

Using docker

build locally

$ docker build -t fakepushprovider .

or pull from docker hub

$ docker pull szpakas/fakepushprovider

Usage details are in commands packages.

License

Apache 2.0, see LICENSE.

About

Push providers fake for integration testing. FCM(GCM)/HTTP and APNS/2 supported, FCM(GCM)/CCS(XMPP) planned.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published