Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 972 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 972 Bytes

Dropwizard, Selenium and TestNg Integration

Introduction

This sample project is to ensure dropwizard, selenium and testng can play well together. The intention is to use testng to test other applications end to end.

Prerequisites

Ensure that the latest version of Chrome driver is installed on your machine

How to start the application

  1. Run mvn clean install to build your application
  2. Start application with java -jar target/automation-experiment-1.0-SNAPSHOT.jar server automationexperiment.yml
  3. To check that your application is running enter url http://localhost:8080

Access the application

To see your application work against www.hightail.com do a POST against http://localhost:8080/testsuite?suiteName=acceptance. If you would like to hit any other URL then change the URL in automation.yml and the test criteria in com.hightail.automation.test.MarketingPageTest