Skip to content
This repository has been archived by the owner on May 17, 2020. It is now read-only.
/ test-gateway Public archive

[ARCHIVED] Automated test gateway for Kiwix for Android

License

Notifications You must be signed in to change notification settings

kiwix/test-gateway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

kiwix test-gateway

This docker image provides an endpoint that can be called to start a Testdroid test with a standard configuration without knowing our API key. This means that files can be uploaded to testdroid by a dummy user with no permissions and then shared with the main account. Then we can be passed their file ids and a build number and this script will run the test suite using our hidden API key.

To build the Docker image locally:

docker build . -t kiwix/test-gateway

You can otherwise find it on Docker hub:

kiwix/test-gateway

To run the docker:

docker run -p 80:80 -e KEY='KEY-HERE' -e PROJECT='PROJECT-ID-HERE' kiwix/test-gateway

About

[ARCHIVED] Automated test gateway for Kiwix for Android

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published