Skip to content

This is a Cucumber JVM project to test a bet placing scenario

Notifications You must be signed in to change notification settings

jmcruz1983/william-hill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Scenario 3 – Automation

This is a Cucumber JVM project to test the scenario 3

Requirements

This project was coded and tested using macOSx. Therefore you need same to run it.

Also is needed to have installed Chrome browser app (https://www.google.com/chrome/browser/desktop/)

Get the code

Git:

git clone https://github.com/jmcruz1983/william-hill.git
cd william-hill

Use Ant

Download apache Ant from web (https://ant.apache.org/bindownload.cgi)

Setup ant in your local machine and add it to the path

export PATH=/path/to/ant/apache-ant-1.9.7/bin:$PATH

Open a command window and run:

ant download
ant run-tests

This runs Cucumber features using Cucumber's Command Line Interface (CLI) runner.

And this runs the tests expected for the scenario 3.

Reports

Once run, some html and junit reports will be generated inside william-hill/target folder.

HTML report will be displayed on the default web browser.

About

This is a Cucumber JVM project to test a bet placing scenario

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published