lictw / docker-e2e

Simple web application with CI process

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-e2e

WTFPL License Build Status

This is a simple web application, written in go, provisioned by docker with docker-compose and covered with end-to-end tests via robot framework, selenium and travis-ci. Also nginx used as frontend HTTP(-S) server.

Usage

Use docker-compose command to manage the application, for example, start it with the command:

docker-compose up

Test

If the command below ends with zero exit code - everything is fine!

make test

To start tests on local setup run command: (all from ./tests/requirements.txt and chromedriver should be installed, and web application must be running)

make test-local

About

Simple web application with CI process

License:Do What The F*ck You Want To Public License


Languages

Language:RobotFramework 48.9%Language:Go 31.2%Language:Makefile 10.8%Language:HTML 9.1%