A Python-based testing utility and Docker container used to simulate client interactions and verify the end-to-end flow of the Expo Push system.
The easiest way to use the test target is via the official Docker image:
docker pull ghcr.io/expopush/test-target:latest
docker run -p 8080:8080 ghcr.io/expopush/test-target:latest- Install dependencies:
pip install -r requirements.txt
- Run the application:
python app.py
The test target interacts with the Expo Push Test Harnesses to trigger notifications and validate that they arrive at the intended destination with the correct payload.
Licensed under the Apache License, Version 2.0. See LICENSE for details.
Disclaimer: This project is an independent, open-source work and is not affiliated with, endorsed by, or sponsored by 650 Industries, Inc. or the official Expo project. "Expo" is a trademark of 650 Industries, Inc.