Skip to content

sswaroopgupta/active-admin-example-page-object

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Selenium example in Java

This is a project created for discussing some problems and recommended options described in the blog(Work in progress) This is using Selenium. 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)

java -jar activeadmin-demo.war

Setting up Maven

Run specs

If you already have Maven installed, you can execute specs as mvn test

This uses Chrome as default browser for specs execution. Make sure Chrome is installed in your machine and chromedriver is in PATH.

Copyright

Copyright 2016, ThoughtWorks Inc.

About

Active admin tests with Selenium

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages