NivedhaSenthil / gauge-taiko-activeadmin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gauge example in Javascript

This is an example project for doing web automation testing with Gauge. This project tests some of the functionalities of the active admin demo app. This app is hosted as a Java WAR (with embedded Jetty).

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)

  • docker run -p 8000:8000 sasilverain/activeadmin-demo
  • The SUT should now be available at http://localhost:8000/

Run specs

This runs Gauge specs with NPM

  • npm install
  • npm test

Topics covered in the example

Copyright

Copyright 2016, ThoughtWorks Inc.

About


Languages

Language:JavaScript 100.0%