Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 592 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 592 Bytes

Java Cucumber Test Automation Framework (TAF)

Build Status

A Java Cucumber framework that uses Selenium to interact with the UI and JUnit to carry out assertions.

This framework uses the Page Object Model design pattern and uses dependency injection (pico-container) so that state can be shared between cucumber steps.

The AUT for this framework is https://the-internet.herokuapp.com/

Feel free to create an issue if you have any comments or see any bugs :)