Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 419 Bytes

File metadata and controls

16 lines (11 loc) · 419 Bytes

spring boot dependency-injection

Summary

This project uses spring as dependency injection and to inject the steps in tests and to inject pages in steps.

Philosophy here is: "Keep it simple, stupid".

Requirements

Java 8, Junit 5, Maven

Run tests from command line

mvn clean test. or mvn clean test -Dtags=smoke

Useful links

https://github.com/bonigarcia/webdrivermanager

http://allure.qatools.ru/