cbmarc / NaturalAutomation

Automation framework based on JBehave, Selenium and spring-boot.
Apache License 2.0
6 stars 3 forks source link

Create configurable actions #5

Open cbmarc opened 6 years ago

cbmarc commented 6 years ago

In this first task, create the necessary interfaces and a first implementation: LoginAction.

LoginAction This action will encapsulate the action of loging in to an application with little configuration.

cbmarc commented 6 years ago

Let's give this a couple of thoughts before implementing. Not sure of the whole picture utility of this.