remcorakers / testrail-docker

Run TestRail in a Docker container

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

testrail

Run TestRail in a Docker container, for testing and development.

Prerequisites

  1. Download your version of TestRail from their website, and put it in the current directory (e.g. testrail-5.3.0.3603-ion53.zip).
  2. Have your TestRail license key ready. You will need it later.

This repository includes a minimal database dump (testrail.sql) that can be used as a starting point. If you want to use your own data, you can dump your existing TestRail database server and replace testrail.sql with the contents. For example:

mysqldump testrail > testrail.sql

Build the Image

To build the image:

docker build -t testrail .

Run the Container

./start_container.sh

Usage

Browse to:

http://localhost:7070/testrail/

To log in:

  • Email address: admin@admin.com
  • Password: admin

About

Run TestRail in a Docker container

License:MIT License


Languages

Language:PHP 74.1%Language:Shell 25.9%