Skip to content

The project show how to use a cucumber/selenide to build automated tests. The project goal is to show an example of implementation with use of page object model design pattern.

Notifications You must be signed in to change notification settings

raczynskik/Test-Automation-UI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test Automation UI

The project shows how to use a cucumber/selenide to build automated tests.

The project goal is to show an example of implementation with use of a page object model design pattern.

Requirements

  • Java installed - link
  • Maven installed- link

How to run tests

Open terminal in the project and type:

mvn clean test

How to choose a browser

 mvn clean test -Dselenide.browser=safari

In this case, we use the selenide property. Link to all selenide properties - link

About

The project show how to use a cucumber/selenide to build automated tests. The project goal is to show an example of implementation with use of page object model design pattern.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published