chaooe / stf-poc

single host deployment of STF for PoC purposes or when scaling to 14 devices is sufficient for you

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PoC for STF deployment on a single machine

Installation

  • install docker
  • install docker-compose
  • clone this repo

Usage

choose an IP your deployment should use, usually that will be the IP of your host.
choose a secret to be used for inter-service authentication.
Update the .env file accordingly

Run docker-compose up -d --build
Point your browser to the IP you chose,
login by providing any username and valid e-mail.

A little write-up on this setup:
https://medium.com/@nikosch86/getting-started-with-automated-in-house-testing-on-android-smartphones-using-stf-dafecee4a8ee
If you clap it will make me happy :)

About

single host deployment of STF for PoC purposes or when scaling to 14 devices is sufficient for you


Languages

Language:Shell 61.0%Language:Dockerfile 39.0%