Skip to content

getgauge-examples/template-docker-compose

Repository files navigation

Gauge Docker Compose example

This is a sample testing project using Gauge JavaScript and Taiko. This project tests some of the functionalities of the active admin demo application.

Running this example

The tests are run on Chrome by default.

Prerequisites

This example requires the following softwares to run.

Setting up the System Under Test (SUT)

Clone this repository and initialize the active admin app sub repository

git submodule update --init

Run specs

This example illustrates running Gauge specs in a docker-compose setup.

The topology:

  • db: holds a postgres instance
  • application: a Ruby on Rails demo application
  • test: contains the gauge-taiko tests that verifies against application

To execute:

docker-compose run test || docker-compose down

Note: test is the name of the service defined in docker-compose.yml, and can be changed

Topics covered in the example

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •