AndreiBanu1 / Amazon_Testing_Framework

0 stars 0 forks source link

Create the main folder structure of the project #1

Closed AndreiBanu1 closed 1 year ago

AndreiBanu1 commented 1 year ago

Create the main folder structure of the project, including dependencies. The project will include the following modules:

framework - this module contains all the related classes and methods to facilitate creating automated tests. domain - this module contains the domain specific language (DSL) classes. page-objects - as the name suggests, this module contains the page objects. regression-tests - and finally our automated regression tests.

AndreiBanu1 commented 1 year ago

Main frame created