Skip to content
Manoel Filipe Pereira Silva Cyreno edited this page Aug 24, 2017 · 14 revisions

Welcome to Framework Tests based on Selenium

The Framework Tests based on Selenium is one tools with focus on accelerate the development of automated tests process, creating a minimum database of infrastructure to be used in any kind of GS fullcycle project.

Goal of wiki project

Centralize all information related to the development of automated tests of the project, to allow quick access to them.

Import on Project

Maven: <dependency> <groupId>com.liferay.gs</groupId> <artifactId>lfrgs-selenium-commons</artifactId> <version>1.0.2</version> <type>pom</type> </dependency>

Gradle: compile 'com.liferay.gs:lfrgs-selenium-commons:1.0.2'

Clone this wiki locally