Skip to content

Cucumber tests driven by Nightmare inside a Docker container.

Notifications You must be signed in to change notification settings

dunckr/cucumber-nightmare-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cucumber Nightmare Docker Build Status

Cucumber tests driven by Nightmare inside a Docker container.

Setup

Install Docker and XQuartz:

brew cask install docker xquartz

Usage

Create

make create

Build

make build

Start

make start

sh

make sh

Stop

make stop

Remove

make rm

Stop xQuartz opening XTern

defaults write org.macosforge.xquartz.X11 nolisten_tcp 0
defaults write org.macosforge.xquartz.X11 app_to_run /usr/bin/true

License

MIT © Duncan Beaton