Skip to content

This repo is used for showing how to integrate Dropwizard, TestNg and Selenium

License

Notifications You must be signed in to change notification settings

hightail/automation-public

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This repo is used for showing how to integrate Dropwizard, TestNg and Selenium

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages